forked from aylac.top/nixcfg
this repo has no description

pass

aylac.top 10297c18 26d035bb

verified
Changed files
+7 -4
hosts
morgana
nanpi
+3 -3
flake.lock
···
"secrets": {
"flake": false,
"locked": {
-
"lastModified": 1757738862,
-
"narHash": "sha256-xmHa2syMlF1pu/aErprkrcqgAiRpzsMjjy3rJZfBxbg=",
+
"lastModified": 1760740637,
+
"narHash": "sha256-ZMBSooid+ECg63h+tYYbAXaS/rTZlcVuUNxCEmtoL1Y=",
"owner": "ayla6",
"repo": "secrets",
-
"rev": "274fb6e1617d005dd23588f6aadd5320c598e3dd",
+
"rev": "909f53bbd69b1a44f1c99b2d759e7b47191f5a5d",
"type": "github"
},
"original": {
+3
hosts/morgana/default.nix
···
{
self,
config,
+
lib,
...
}: {
imports = [
···
};
};
};
+
+
security.sudo-rs.wheelNeedsPassword = lib.mkForce true;
myUsers = {
ayla = {
+1 -1
hosts/nanpi/secrets.nix
···
{self, ...}: {
age.secrets = {
-
aylaPassword.file = "${self.inputs.secrets}/ayla/passwordHash.age";
+
aylaPassword.file = "${self.inputs.secrets}/ayla/crazierPasswordHash.age";
postgres-forgejo.file = "${self.inputs.secrets}/postgres/forgejo.age";
pds.file = "${self.inputs.secrets}/pds.age";
resticPassword.file = "${self.inputs.secrets}/restic-passwd.age";