[NixOS] Cleanups for railbird-sf

This commit is contained in:
2023-11-17 15:31:32 -07:00
parent f4f3e9f8be
commit a351adb4ed
2 changed files with 48 additions and 64 deletions

View File

@@ -154,7 +154,7 @@
inherit inputs machineNames;
makeEnable = (import ./make-enable.nix) nixpkgs.lib;
mapValueToKeys = keys: value: builtins.listToAttrs (map (name: { inherit name value; }) keys);
realUsers = [ "root" "imalison" "kat" "dean" "alex", "will" ];
realUsers = [ "root" "imalison" "kat" "dean" "alex" "will" ];
forEachUser = mapValueToKeys realUsers;
keys = (import ./keys.nix);
} // specialArgs;