summary refs log tree commit diff stats
path: root/hosts/thinklappi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thinklappi.nix')
-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;
   };
 }