System/Darwinix: Import sops secrets
This commit is contained in:
@ -10,6 +10,15 @@
|
|||||||
hostname,
|
hostname,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
systemmodules = {
|
||||||
|
sops-nix.secrets.${username} = [
|
||||||
|
"ssh-private-key"
|
||||||
|
"nix-github-token"
|
||||||
|
"docker-password"
|
||||||
|
"jellyfin-password"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
nix = mylib.nixos.mkCommonNixSettings username;
|
nix = mylib.nixos.mkCommonNixSettings username;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
Reference in New Issue
Block a user