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
View File
@@ -1,6 +1,12 @@
{ ... }:
{
nix.settings.trusted-users = [
# Needed by Devenv
"root"
"alistreaza"
];
users.users = {
alistreaza = {
isNormalUser = true;