diff options
author | 2025-09-06 16:36:03 +0200 | |
---|---|---|
committer | 2025-09-06 17:36:40 +0200 | |
commit | 56a1709be4f23c333730e159b219104c7fb073c2 (patch) | |
tree | cea1c9191464ef17079fe4584fb667eaceb8c385 /lib/machines.nix | |
parent | 3010bb10e3b23ea3bec47048775aaf9c325b51a9 (diff) |
add lib/asecret.nix
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 ; |