summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-01-15 14:15:11 +0100
committerAlex Auvolat <alex@adnab.me>2024-01-15 14:15:17 +0100
commit19855d694c994c26cec65d8fe10a1eb90b884db5 (patch)
tree7151e95d0404b7f0993cd2f8f5b99a7efb0e073e /nixos
parentfe9bdf3128935810ef50014d375828c1b38358c9 (diff)
downloaduser-config-19855d694c994c26cec65d8fe10a1eb90b884db5.tar.gz
user-config-19855d694c994c26cec65d8fe10a1eb90b884db5.zip
update kusanagi
Diffstat (limited to 'nixos')
-rw-r--r--nixos/common.nix1
-rw-r--r--nixos/kusanagi.nix3
2 files changed, 3 insertions, 1 deletions
diff --git a/nixos/common.nix b/nixos/common.nix
index b0eaab2..317bece 100644
--- a/nixos/common.nix
+++ b/nixos/common.nix
@@ -253,6 +253,7 @@
ffmpeg
gnupg
dig
+ netcat
inetutils
pciutils
file
diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix
index 01077e5..0d13437 100644
--- a/nixos/kusanagi.nix
+++ b/nixos/kusanagi.nix
@@ -21,6 +21,7 @@ in
(modulesPath + "/installer/scan/not-detected.nix")
./common.nix
./wayfire.nix
+ ./local.nix
(import "${home-manager}/nixos")
];
@@ -125,7 +126,7 @@ in
# ---- printing ----
services.printing.enable = true;
- #services.printing.drivers = [ pkgs.cups-brother-hl1210w ];
+ services.printing.drivers = [ pkgs.cups-brother-hl1210w ];
services.avahi.enable = true;
services.avahi.nssmdns = true;
services.avahi.openFirewall = true;