Nix being Nix
This commit is contained in:
parent
93630bb1ec
commit
ff3f8f1564
|
@ -28,8 +28,7 @@
|
|||
# Avoid signature verification messages when doing remote builds
|
||||
trusted-users = [
|
||||
config.users.users.aires.name
|
||||
config.users.users.gremlin.name
|
||||
];
|
||||
] ++ lib.optionals (config.host.users.gremlin.enable) [ config.users.users.gremlin.name ];
|
||||
};
|
||||
|
||||
# Enable periodic nix store optimization
|
||||
|
|
Loading…
Reference in a new issue