Add Dr. Frontend user for work, cleanup nixos modules
Some checks failed
Trufflehog: check for exposed secrets / Run trufflehog (push) Waiting to run
Nix: check for unused code / Run deadnix (push) Waiting to run
Nix: validate flake / Validate x86_64-linux (push) Waiting to run
Nix: build nixos-/home modules / Validate x86_64-linux (push) Has been cancelled

This commit is contained in:
Jo 2025-06-25 22:54:45 +02:00
parent 4bf0f889ab
commit 042d026901
5 changed files with 84 additions and 4 deletions

View file

@ -19,11 +19,20 @@
];
};
users.drfrontend = {
enable = true;
hashedPassword = "$6$mvK9bT756Aok54Vt$vBRnT66Vb3HL0Y5rEMJlHvKkvzVQ.KUciInTmW3FCBFT00IuFMpz3q9RhXPLTLMRPho65bTg9hMnFPb84I774.";
extraGroups = [
"wheel"
"docker"
];
};
archetypes.laptop.enable = true;
};
networking.extraHosts = ''
127.0.0.1 dev.bl-projekte.de
127.0.0.1 dev.bl-projekte.de
'';
# Configure 8GB SWAP partition