diff options
Diffstat (limited to 'sys/default.nix')
-rw-r--r-- | sys/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/default.nix b/sys/default.nix index e263988f..afdd220f 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -2,6 +2,7 @@ imports = [ ./boot ./disks + ./documentation ./font ./hardware ./impermanence @@ -12,9 +13,9 @@ ./options ./polkit ./power - ./svcs ./secrets ./sound + ./svcs ./tempfiles ./users # the position of this item is fully arbitrary ]; |