Bunch of shit
This commit is contained in:
parent
06520092e8
commit
d8653015d5
9 changed files with 104 additions and 5 deletions
22
erase-your-darlings-todo.md
Normal file
22
erase-your-darlings-todo.md
Normal 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
|
||||
'';
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue