Set trusted users
This commit is contained in:
parent
c59b47c1ce
commit
c16efcf256
|
@ -214,6 +214,7 @@ in
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
nix.settings.trusted-users = [ "root" cfg.username ];
|
||||||
|
|
||||||
## Network configuration
|
## Network configuration
|
||||||
systemd.network.enable = true;
|
systemd.network.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue