diff options
author | ene <ene@sils.li> | 2023-02-20 10:12:35 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-20 11:42:45 +0100 |
commit | 2e1fab3e13c557928313f022a7f48ff0ce55e251 (patch) | |
tree | a2a32757009a0a77c39b47098af1886bb3b7d38f /hosts | |
parent | Fix(system): Remove unnecessary persistent file (diff) | |
download | nixos-config-2e1fab3e13c557928313f022a7f48ff0ce55e251.tar.gz nixos-config-2e1fab3e13c557928313f022a7f48ff0ce55e251.zip |
Fix(system): Refactor impermanence
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/spawn/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/spawn/configuration.nix b/hosts/spawn/configuration.nix index 88e38d35..e7739e3d 100644 --- a/hosts/spawn/configuration.nix +++ b/hosts/spawn/configuration.nix @@ -6,8 +6,8 @@ ../../system - -#../../services + # TODO ? + ../../services ]; system.stateVersion = "23.05"; |