refactor(nixos): move supportedFilesystems nfs to common boot module
This commit is contained in:
@@ -14,7 +14,6 @@ in
|
||||
{
|
||||
system.stateVersion = "25.11";
|
||||
time.timeZone = "America/New_York";
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user