forked from Fediversity/Fediversity
nix.settings.trusted-users
This commit is contained in:
parent
9f471327df
commit
fca563a987
|
@ -29,6 +29,8 @@
|
||||||
|
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
|
nix.settings.trusted-users = [ "@wheel" ];
|
||||||
|
|
||||||
## FIXME: Remove direct root authentication once NixOps4 supports users with
|
## FIXME: Remove direct root authentication once NixOps4 supports users with
|
||||||
## password-less sudo.
|
## password-less sudo.
|
||||||
users.root.openssh.authorizedKeys.keys = [
|
users.root.openssh.authorizedKeys.keys = [
|
||||||
|
|
|
@ -6,8 +6,4 @@
|
||||||
ip4 = "185.206.232.179";
|
ip4 = "185.206.232.179";
|
||||||
ip6 = "2a00:51c0:12:1201::179";
|
ip6 = "2a00:51c0:12:1201::179";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
|
||||||
settings.trusted-users = [ "@wheel" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue