about summary refs log tree commit diff
path: root/hosts/common/desktop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/desktop/default.nix')
-rw-r--r--hosts/common/desktop/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/common/desktop/default.nix b/hosts/common/desktop/default.nix
deleted file mode 100644
index 6a752b6..0000000
--- a/hosts/common/desktop/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ lib, config, pkgs, ... }: {
-  imports = [ ./fonts.nix ./xserver.nix ];
-
-  services.avahi.enable = true;
-  # Important to resolve .local domains of printers, otherwise you get an error
-  # like  "Impossible to connect to XXX.local: Name or service not known"
-  services.avahi.nssmdns = true;
-}