diff options
author | Linnnus <[email protected]> | 2024-04-29 08:58:27 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-29 08:58:27 +0200 |
commit | 959d86017e005d49b401032538c4e2a80191dfe8 (patch) | |
tree | 994eb0adc02a1d15fb77a242685610c55ab61c35 | |
parent | 362ed306d4bf42c404516c38e0d40aa22849e39f (diff) |
muhammed: Make builder non-ephemeral
idk the option just didn't work or something. doesn't really matter
anyways since i won't be making any manual changes
-rw-r--r-- | hosts/muhammed/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix index 85fb928..4959dbb 100644 --- a/hosts/muhammed/configuration.nix +++ b/hosts/muhammed/configuration.nix @@ -43,7 +43,6 @@ nix.settings.trusted-users = ["linus"]; nix.linux-builder = { enable = true; - ephemeral = true; }; # System-specific version info. |