This commit is contained in:
Morten Olsen
2023-09-21 22:45:30 +02:00
parent d783191931
commit a4432938df
4 changed files with 44 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
imports = [
./locales.nix
./nix.nix
./network.nix
./security.nix
];

View File

@@ -2,4 +2,9 @@
{
networking.networkmanager.enable = true;
#
# environment.systemPackages = with pkgs; [ nfs-utils ];
# boot.initrd.kernelModules = [ "nfs" ];
# boot.initrd.supportedFilesystems = [ "nfs" ];
# services.rpcbind.enable = true;
}