about summary refs log tree commit diff
path: root/hosts/tahoe
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tahoe')
-rw-r--r--hosts/tahoe/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix
index 9e41ed2..5a746dd 100644
--- a/hosts/tahoe/default.nix
+++ b/hosts/tahoe/default.nix
@@ -1,6 +1,6 @@
 { config, pkgs, hostname, ... }:
-let my = import ../roles;
-in {
+
+{
   imports = [ # Include the results of the hardware scan.
     ./hardware-configuration.nix
     ../profiles/nas.nix
@@ -25,8 +25,6 @@ in {
     };
   };
 
-  my.roles = { music-server.enable = true; };
-
   networking.private-wireguard.enable = true;
   networking.firewall.enable = false;