init repos
This commit is contained in:
8
modules/system/network.nix
Normal file
8
modules/system/network.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user