cleaned up configs
This commit is contained in:
parent
0545051a1b
commit
e9645905f4
|
@ -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/`
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue