diff options
author | Silas Schöffel <sils@sils.li> | 2024-04-19 20:39:21 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-04-19 20:39:21 +0200 |
commit | e507f435ff0c6d84b809eea8b2d65e217e64543f (patch) | |
tree | 863be78d2b6f47a57e47ea591ea469d400d6aac4 | |
parent | role.sils: consume (diff) | |
download | nix-config-e507f435ff0c6d84b809eea8b2d65e217e64543f.tar.gz nix-config-e507f435ff0c6d84b809eea8b2d65e217e64543f.zip |
thinklappi: use laptop role
-rw-r--r-- | hosts/thinklappi.nix | 4 |
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; }; } |