summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-06-25 11:44:10 +0200
committersils <sils@sils.li>2023-06-25 11:46:02 +0200
commitf972be9375e8ff82a6fbc3402ec47d4c8b611fcf (patch)
tree6ef9b8e034ba89985c31a410ab88382b2b5476f9 /hosts
parentFix(u/sils): Remove hyprland attribute (diff)
downloadnix-config-f972be9375e8ff82a6fbc3402ec47d4c8b611fcf.tar.gz
nix-config-f972be9375e8ff82a6fbc3402ec47d4c8b611fcf.zip
Feat: Disable grades, as this would stop config from building.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix
index 4f0145a..e8b9d2b 100644
--- a/hosts/thinklappi/default.nix
+++ b/hosts/thinklappi/default.nix
@@ -10,6 +10,11 @@
 
   services = {
     printing.enable = true;
+    avahi = {
+      enable = true;
+      #nssmdns = true;
+      openFirewall = true;
+    };
     xserver = {
       layout = "de";
       xkbOptions = "grp:win_space_toggle";