about summary refs log tree commit diff
path: root/hosts/aptos
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-09 09:01:35 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-09 09:32:35 -0700
commitada99b316506022f8322c564627eaf1e61464a25 (patch)
tree44e42d7274e74f8b4da7bfc99536e7f61211c85c /hosts/aptos
parentref(laptop): move services related to laptop to host's configuration (diff)
downloadworld-ada99b316506022f8322c564627eaf1e61464a25.tar.gz
ref(sane): move sane's configuration to correct place
Change-Id: Ibb55ee455423c101fb6d3e62a2e9e4593682cf16
Reviewed-on: https://cl.fcuny.net/c/world/+/291
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'hosts/aptos')
-rw-r--r--hosts/aptos/hardware.nix3
-rw-r--r--hosts/aptos/profile.nix3
2 files changed, 3 insertions, 3 deletions
diff --git a/hosts/aptos/hardware.nix b/hosts/aptos/hardware.nix
index 2189a6f..0569203 100644
--- a/hosts/aptos/hardware.nix
+++ b/hosts/aptos/hardware.nix
@@ -40,6 +40,9 @@
   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/profile.nix b/hosts/aptos/profile.nix
index 58bb296..b807f24 100644
--- a/hosts/aptos/profile.nix
+++ b/hosts/aptos/profile.nix
@@ -1,8 +1,5 @@
 { ... }: {
 
-  # Install tools related to the scanner (scanimage etc)
-  hardware.sane.enable = true;
-
   my.profiles = {
     desktop.enable = true;
     multimedia.enable = true;