cleanup
This commit is contained in:
@@ -60,9 +60,5 @@ in
|
||||
# Further reduce systemd output
|
||||
systemd = {
|
||||
services.systemd-udev-settle.enable = false;
|
||||
extraConfig = ''
|
||||
ShowStatus=no
|
||||
DefaultTimeoutStartSec=15s
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
nixpkgs.config.allowUnfree = lib.mkForce true;
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users = {
|
||||
deck = {
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
./sops.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
${namespace} = {
|
||||
hardware.disko.enable = true;
|
||||
bootloader.lanzaboote.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user