nix-config/erase-your-darlings-todo.md
2026-03-24 01:04:55 +01:00

22 lines
473 B
Markdown

# 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
'';
```