aboutsummaryrefslogtreecommitdiff
path: root/profiles/nas.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/nas.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/nas.nix b/profiles/nas.nix
index d1033af..7dc92da 100644
--- a/profiles/nas.nix
+++ b/profiles/nas.nix
@@ -1,8 +1,8 @@
{ config, pkgs, ... }:
{
imports = [
- ./server.nix
./btrfs.nix
+ ./server.nix
];
users.groups.nas.gid = 5000;