cleaned up configs

This commit is contained in:
Leyla Becker 2024-09-03 00:26:27 -05:00
parent 0545051a1b
commit e9645905f4
3 changed files with 14 additions and 4 deletions

View file

@ -21,6 +21,8 @@ keys for decrypting password secrets for each users located at ~/.config/sops/ag
updating passwords: `sops secrets/secrets.yaml`
TODO: keys.txt should prob be readable by owning user only?
> how the current config was set up https://www.youtube.com/watch?v=G5f6GC7SnhU
> look into this? https://technotim.live/posts/rotate-sops-encryption-keys/
> look into this? `https://technotim.live/posts/rotate-sops-encryption-keys/`

View file

@ -16,8 +16,10 @@
sops.age.keyFile = "/home/leyla/.config/sops/age/keys.txt";
users.leyla.isNormalUser = true;
users.leyla.isThinInstallation = true;
users.leyla = {
isNormalUser = true;
isThinInstallation = true;
};
users.ester.isNormalUser = false;
users.eve.isNormalUser = false;

View file

@ -16,7 +16,13 @@
sops.age.keyFile = "/home/leyla/.config/sops/age/keys.txt";
users.leyla.isNormalUser = true;
users.leyla = {
isNormalUser = true;
hasPiperMouse = true;
hasOpenRGBHardware = true;
hasViaKeyboard = true;
hasGPU = true;
};
users.ester.isNormalUser = true;
users.eve.isNormalUser = true;