aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tahoe')
-rw-r--r--hosts/tahoe/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix
index 5a746dd..9e41ed2 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,6 +25,8 @@
};
};
+ my.roles = { music-server.enable = true; };
+
networking.private-wireguard.enable = true;
networking.firewall.enable = false;