added printing
This commit is contained in:
parent
dc6a49109a
commit
bceb2c4ed4
1 changed files with 6 additions and 0 deletions
|
@ -183,7 +183,13 @@
|
|||
# Enabling Pipewire for Audio Support
|
||||
services.pipewire.enable = true;
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
services.printing.enable = true;
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
# Automatic Garbage collection
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
Loading…
Reference in a new issue