diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-04 22:15:16 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:44 -0700 |
| commit | 7d0b7575657aabdf58307e7e6c0cc037d2c14147 (patch) | |
| tree | 806834c52a2d19ac78da53700b8aa0ea8038ee0e /snowfall/systems/x86_64-linux/c-pc | |
| parent | c87b0fdb42e76424f3f5ccae6f46e26ecf20b8f3 (diff) | |
migration: root impermanence
Diffstat (limited to 'snowfall/systems/x86_64-linux/c-pc')
| -rw-r--r-- | snowfall/systems/x86_64-linux/c-pc/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/systems/x86_64-linux/c-pc/default.nix b/snowfall/systems/x86_64-linux/c-pc/default.nix index 8d80b9a..5301ed8 100644 --- a/snowfall/systems/x86_64-linux/c-pc/default.nix +++ b/snowfall/systems/x86_64-linux/c-pc/default.nix @@ -10,6 +10,7 @@ with lib; with lib.${namespace}; { system = { hostname = "c-pc"; id = "23ce94ff"; + impermanent = true; }; suites = { |