configuration.nix aktualisiert
This commit is contained in:
parent
0c10472caa
commit
e5f7ea6863
1 changed files with 10 additions and 0 deletions
|
@ -48,6 +48,13 @@
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
# Enable AVAHI Service for Printer autodiscovery
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns4 = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
# hardware.pulseaudio.enable = true;
|
# hardware.pulseaudio.enable = true;
|
||||||
# OR
|
# OR
|
||||||
|
@ -74,6 +81,9 @@ nixpkgs.config.allowUnfree = true;
|
||||||
nmap
|
nmap
|
||||||
wireshark
|
wireshark
|
||||||
arduino-ide
|
arduino-ide
|
||||||
|
brlaser
|
||||||
|
gutenprint
|
||||||
|
ptouch-driver
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue