populated configuration
This commit is contained in:
4
system/services/cups.nix
Normal file
4
system/services/cups.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{...}:
|
||||
{
|
||||
services.printing.enable = true;
|
||||
}
|
||||
4
system/services/network-manager.nix
Normal file
4
system/services/network-manager.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
||||
9
system/services/ssh.nix
Normal file
9
system/services/ssh.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{...}:
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user