Bunch of shit

This commit is contained in:
KoenDR06 2026-03-24 01:04:55 +01:00
parent 06520092e8
commit d8653015d5
9 changed files with 104 additions and 5 deletions

View file

@ -0,0 +1,22 @@
# TO DO
- Create option that enables the symlinks and such
- make default user have a hashedPasswordFile
## Option
```nix
# duh, nixos directory needs to be persistent
# and machine idrk why but the guide has it lmao
environment.etc = {
nixos.source = "/persist/etc/nixos";
machine-id.source = "/persist/etc/machine-id";
};
# This gets erased and it's really annoying to see the lecture everytime
security.sudo.extraConfig = ''
Defaults lecture = never
'';
```