.
This commit is contained in:
parent
46b6fd3f17
commit
2b176a8bec
1 changed files with 2 additions and 2 deletions
|
@ -47,12 +47,12 @@ in
|
|||
|
||||
home = {
|
||||
stateVersion = config.system.stateVersion;
|
||||
sessionPath = [ "$KAAS_BIN" "$XDG_BIN_HOME" "$PATH" ];
|
||||
sessionPath = [ "$SNEEUWVLOK_BIN" "$XDG_BIN_HOME" "$PATH" ];
|
||||
};
|
||||
|
||||
users.users.${config.user.name} = mkAliasDefinitions options.user;
|
||||
|
||||
nix.settings = let users = [ "" config.user.name ]; in
|
||||
nix.settings = let users = [ "root" config.user.name ]; in
|
||||
{
|
||||
trusted-users = users;
|
||||
allowed-users = users;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue