summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-19 20:39:21 +0200
committerSilas Schöffel <sils@sils.li>2024-04-19 20:39:21 +0200
commite507f435ff0c6d84b809eea8b2d65e217e64543f (patch)
tree863be78d2b6f47a57e47ea591ea469d400d6aac4 /hosts
parentrole.sils: consume (diff)
downloadnix-config-e507f435ff0c6d84b809eea8b2d65e217e64543f.tar.gz
nix-config-e507f435ff0c6d84b809eea8b2d65e217e64543f.zip
thinklappi: use laptop role
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/thinklappi.nix b/hosts/thinklappi.nix
index 3a6c53c..67c5c57 100644
--- a/hosts/thinklappi.nix
+++ b/hosts/thinklappi.nix
@@ -1,4 +1,5 @@
 {...}: {
+  role.sils = "laptop";
   sils = {
     meta = {
       bootPart = "/dev/disk/by-uuid/4064-2D6C";
@@ -8,8 +9,5 @@
       rootPart = "/dev/disk/by-uuid/6700d662-29a9-4ea5-8ca6-85d42550b3ab";
       system = "x86_64-linux";
     };
-
-    plymouth.enable = true;
-    theming.enable = true;
   };
 }