add printer drivers because i got a new printer now

This commit is contained in:
2024-12-23 13:23:47 +02:00
parent 54cbedb21c
commit 128dee5de7
5 changed files with 15 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
# using cloudflare dns instead of apollo.lv (which might be spying)
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
networking.hostName = "nixos";
networking.hostName = "ocbwoy3-pc";
networking.networkmanager.enable = true;
}