diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/nas.nix | 1 | ||||
-rw-r--r-- | profiles/workstation.nix | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/profiles/nas.nix b/profiles/nas.nix index 7dc92da..296c364 100644 --- a/profiles/nas.nix +++ b/profiles/nas.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: { imports = [ - ./btrfs.nix ./server.nix ]; diff --git a/profiles/workstation.nix b/profiles/workstation.nix index d27262f..acc04c5 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -2,8 +2,6 @@ { imports = [ ./default.nix - ./documentation.nix - ./btrfs.nix ./tailscale.nix ]; |