Full Refactor and history reset
This commit is contained in:
16
system.nix
Normal file
16
system.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services = {
|
||||
devmon.enable = true;
|
||||
openssh.enable = true;
|
||||
rpcbind.enable = true;
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user