Flake parts with x64 and ARM support for devshell on both Linux and Mac
This commit is contained in:
12
nix/system/security.nix
Normal file
12
nix/system/security.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ ... }: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
};
|
||||
security = {
|
||||
sudo.wheelNeedsPassword = false;
|
||||
acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "james@eversole.co";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user