diff options
Diffstat (limited to 'lib/machines.nix')
-rw-r--r-- | lib/machines.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/machines.nix b/lib/machines.nix index d652fcf..675326d 100644 --- a/lib/machines.nix +++ b/lib/machines.nix @@ -10,16 +10,14 @@ let config { documentation.enable = false; + boot.loader.grub.device = "nodev"; fileSystems."/".device = "tmpfs"; - nixpkgs.localSystem = { - system = "x86_64-linux"; - }; + nixpkgs.localSystem.system = "x86_64-linux"; } ]; specialArgs = { inherit - pkgs self sources ; |