mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
✨ 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
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:
parent
4bf0f889ab
commit
042d026901
5 changed files with 84 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue