Add printer & Samba deps

This commit is contained in:
Laurent Gueret
2026-01-30 13:31:32 +01:00
parent 4fe8f13b71
commit aaa3476ffb
5 changed files with 69 additions and 4 deletions
+6 -4
View File
@@ -1,10 +1,6 @@
{ ... }:
{
nix.settings.trusted-users = [
"root"
"alistreaza"
];
nix.settings.experimental-features = "nix-command flakes";
# System services
@@ -12,9 +8,15 @@
os.boot.plymouth.enable = true;
os.graphics.nvidia.enable = true;
os.audio.pipewire.enable = true;
# Networks services
os.networks.dns.enable = true;
os.networks.manager.enable = true;
# Printing and sharing
os.networks.printing.enable = true;
os.networks.samba.enable = true;
# System configurations
os.keyboard.apple.enable = true;