aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/aptos/default.nix3
-rw-r--r--hosts/aptos/hardware.nix3
-rw-r--r--hosts/aptos/services.nix10
3 files changed, 0 insertions, 16 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix
index acfc64b..d6f68fa 100644
--- a/hosts/aptos/default.nix
+++ b/hosts/aptos/default.nix
@@ -10,9 +10,6 @@
"${self}/profiles/laptop.nix"
];
- # Allow setting GTK configuration using home-manager
- programs.dconf.enable = true;
-
# install and configure the fonts
my.systems.fonts.enable = true;
diff --git a/hosts/aptos/hardware.nix b/hosts/aptos/hardware.nix
index 990ab60..4635e69 100644
--- a/hosts/aptos/hardware.nix
+++ b/hosts/aptos/hardware.nix
@@ -41,9 +41,6 @@
swapDevices =
[{ device = "/dev/disk/by-uuid/24041034-ff39-44bf-a04c-8fd8318b554d"; }];
- # Install tools related to the scanner (scanimage etc)
- hardware.sane.enable = true;
-
my.hardware.intel.enable = true;
my.hardware.bluetooth.enable = true;
diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix
index 379ce78..4e9e8ae 100644
--- a/hosts/aptos/services.nix
+++ b/hosts/aptos/services.nix
@@ -5,17 +5,7 @@ let
in
{
my.services = {
- # enable a few services related to the gnome desktop
- gnome.enable = true;
-
- # we need avahi in order to use the printer/scanner
- avahi.enable = true;
-
syncthing.enable = true;
-
- # for the yubikeys
- pcscd.enable = true;
-
backup = {
enable = true;
repository = "sftp:192.168.6.40:/aptos";