Remove references to username in NixOS configuration
This commit is contained in:
parent
da3e3e621e
commit
089436e641
2 changed files with 2 additions and 5 deletions
|
@ -48,6 +48,7 @@ in {
|
|||
facter.reportPath = ./facter.json;
|
||||
home-manager.users.pim.imports = [./home.nix];
|
||||
networking.hostName = "sue";
|
||||
nix.settings.trusted-users = ["pim"];
|
||||
|
||||
sops = {
|
||||
age.keyFile = "/root/.config/sops/age/keys.txt";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue