diff options
author | Soispha <soispha@vhack.eu> | 2023-07-07 07:57:19 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-07 08:03:14 +0200 |
commit | 2a6b02238dac392b3792111ae421fcbf058335be (patch) | |
tree | aeee45bef43221966ec105b62bbae5a8412e7107 /system/default.nix | |
parent | Chore(.gitattributes): Remove removed acme path (diff) | |
download | nixos-server-2a6b02238dac392b3792111ae421fcbf058335be.tar.gz nixos-server-2a6b02238dac392b3792111ae421fcbf058335be.zip |
Refactor(system/impermanence): Move to own directory
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index 79b5403..19c7b36 100644 --- a/system/default.nix +++ b/system/default.nix @@ -1,6 +1,7 @@ {...}: { imports = [ ./disks + ./impermanence ./packages ./services ./users |