summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix32
1 files changed, 0 insertions, 32 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index adfb5a3..088098d 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -84,7 +84,6 @@
};
sunshine.enable = true;
virtualization.kvm.enable = true;
- kdeconnect.enable = true;
nix-helper.enable = true;
monero.wallet.enable = true;
sops.enable = true;
@@ -117,35 +116,4 @@
config.boot.kernelPackages.nct6687d
];
};
-
- # services.netbox = {
- # enable = true;
- # package = pkgs-stable.netbox;
- # secretKeyFile = "/var/lib/netbox/key";
- # apiTokenPeppersFile = "/var/lib/netbox/api-pepper";
- #
- # settings = {
- # ALLOWED_HOSTS = [
- # "localhost"
- # "127.0.0.1"
- # "[::1]"
- # ];
- # };
- # };
- #
- # services.nginx = {
- # enable = true;
- # user = "netbox";
- # recommendedProxySettings = true;
- # virtualHosts.localhost = {
- # locations = {
- # "/" = {
- # proxyPass = "http://[::1]:8001";
- # };
- # "/static/" = {
- # alias = "${config.services.netbox.dataDir}/static/";
- # };
- # };
- # };
- # };
}