From 56a1709be4f23c333730e159b219104c7fb073c2 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sat, 6 Sep 2025 16:36:03 +0200 Subject: add lib/asecret.nix --- lib/machines.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/machines.nix') 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 ; -- cgit v1.2.3