diff options
author | ene <ene@sils.li> | 2023-02-21 16:05:13 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-21 16:05:13 +0100 |
commit | e1758d10848d6ba2a2b960d20d2528a3e9230d2a (patch) | |
tree | 4812b62f14cd2790d5aa295346d8db6c5964489c /system | |
parent | Fix(system): Try to fix permissions on mount point (diff) | |
download | nixos-config-e1758d10848d6ba2a2b960d20d2528a3e9230d2a.zip |
Fix: Append to later
Diffstat (limited to 'system')
-rw-r--r-- | system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index 34bc8b4b..016fb0c1 100644 --- a/system/default.nix +++ b/system/default.nix @@ -1,12 +1,12 @@ {...}: { imports = [ ./boot - ./users # this needs to be before fileSystemLayouts ./fileSystemLayouts ./font ./impermanence ./locale #./packages ./sound + ./users # this needs to be after fileSystemLayouts ]; } |