more tides configuration
This commit is contained in:
parent
43288e9d33
commit
e768957dcd
5 changed files with 19 additions and 15 deletions
|
@ -26,20 +26,5 @@
|
|||
time.timeZone = "America/Louisville";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
# Enable passwordless sudo.
|
||||
security.sudo.extraRules = [
|
||||
{
|
||||
users = ["nathan"];
|
||||
commands = [
|
||||
{
|
||||
command = "ALL";
|
||||
options = ["NOPASSWD"];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
system.stateVersion = "24.11"; # Did you read the comment?
|
||||
}
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
inherit inputs;
|
||||
mutableUsers = false;
|
||||
})
|
||||
(import ../../modules/ssh.nix)
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue