nix run github:astro/deadnix
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
passwd.motiejus or {};
|
||||
|
||||
root = assert lib.assertMsg (passwd ? root) "root password needs to be defined";
|
||||
lib.filterAttrs (n: v: v != null) passwd.root;
|
||||
lib.filterAttrs (_: v: v != null) passwd.root;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user