mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
update
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
imports = [
|
||||
./locales.nix
|
||||
./nix.nix
|
||||
./network.nix
|
||||
./security.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user