about summary refs log tree commit diff stats
path: root/system/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 16:05:13 +0100
committerene <ene@sils.li>2023-02-21 16:05:13 +0100
commite1758d10848d6ba2a2b960d20d2528a3e9230d2a (patch)
tree4812b62f14cd2790d5aa295346d8db6c5964489c /system/default.nix
parentFix(system): Try to fix permissions on mount point (diff)
downloadnixos-config-e1758d10848d6ba2a2b960d20d2528a3e9230d2a.zip
Fix: Append to later
Diffstat (limited to '')
-rw-r--r--system/default.nix2
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
   ];
 }