From 609319f3aa6b123d78c5849c929129fd26bb821c Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 3 Nov 2021 23:25:16 +0100 Subject: [PATCH] fixed tud printers Signed-off-by: Stefan Ellmauthaler --- machine/stel-xps/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machine/stel-xps/default.nix b/machine/stel-xps/default.nix index 336df28..3afcdec 100644 --- a/machine/stel-xps/default.nix +++ b/machine/stel-xps/default.nix @@ -1,5 +1,7 @@ { config, pkgs, ...}: -{ +{ + imports = [ ./printer.nix ]; + networking.hostName = "stel-xps"; # define the hostname environment.systemPackages = with pkgs; [