Bare-bones Raspberry box config
This commit is contained in:
16
hosts/oldbox/packages.nix
Normal file
16
hosts/oldbox/packages.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../../modules/userapps/utils.nix
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
wheelNeedsPassword = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user