8
flake.lock
generated
8
flake.lock
generated
@ -917,11 +917,11 @@
|
|||||||
"mysecrets": {
|
"mysecrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744655936,
|
"lastModified": 1744732372,
|
||||||
"narHash": "sha256-u9ea66h1frOR9UN8zBXt4+H10N6XHu0+duhggi6HbA4=",
|
"narHash": "sha256-CDfvyxx4kayY6J4sOdiupR6Ll1PuPXBUmIHsoSDrmkQ=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "b80f6ac9f85903dd695df41ae64248bf9bfd5775",
|
"rev": "fe1f6fb7a06d9e7c51cf34493f08d707007070d9",
|
||||||
"revCount": 17,
|
"revCount": 18,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@gitea.linerds.us/unexplrd/nix-secrets"
|
"url": "ssh://gitea@gitea.linerds.us/unexplrd/nix-secrets"
|
||||||
},
|
},
|
||||||
|
@ -15,10 +15,11 @@ in {
|
|||||||
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
openssh.authorizedKeys.keyFiles = map (f: "${mysecrets}/ssh/user/${f}") [
|
openssh.authorizedKeys.keyFiles = map (f: "${mysecrets}/ssh/user/id_${f}_ed25519.pub") [
|
||||||
"id_dunamis_ed25519.pub"
|
"dunamis"
|
||||||
"id_eldrid_ed25519.pub"
|
"eldrid"
|
||||||
"id_sarien_ed25519.pub"
|
"sarien"
|
||||||
|
"legion"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -15,10 +15,11 @@ in {
|
|||||||
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
openssh.authorizedKeys.keyFiles = map (f: "${mysecrets}/ssh/user/${f}") [
|
openssh.authorizedKeys.keyFiles = map (f: "${mysecrets}/ssh/user/id_${f}_ed25519.pub") [
|
||||||
"id_dunamis_ed25519.pub"
|
"dunamis"
|
||||||
"id_eldrid_ed25519.pub"
|
"eldrid"
|
||||||
"id_sarien_ed25519.pub"
|
"sarien"
|
||||||
|
"legion"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -15,10 +15,11 @@ in {
|
|||||||
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
openssh.authorizedKeys.keyFiles = map (f: "${mysecrets}/ssh/user/${f}") [
|
openssh.authorizedKeys.keyFiles = map (f: "${mysecrets}/ssh/user/id_${f}_ed25519.pub") [
|
||||||
"id_dunamis_ed25519.pub"
|
"dunamis"
|
||||||
"id_eldrid_ed25519.pub"
|
"eldrid"
|
||||||
"id_sarien_ed25519.pub"
|
"sarien"
|
||||||
|
"legion"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -15,10 +15,11 @@ in {
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
openssh.authorizedKeys.keyFiles = map (f: "${mysecrets}/ssh/user/${f}") [
|
openssh.authorizedKeys.keyFiles = map (f: "${mysecrets}/ssh/user/id_${f}_ed25519.pub") [
|
||||||
"id_dunamis_ed25519.pub"
|
"dunamis"
|
||||||
"id_eldrid_ed25519.pub"
|
"eldrid"
|
||||||
"id_sarien_ed25519.pub"
|
"sarien"
|
||||||
|
"legion"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user