Sops file needs to be in the right folder
This commit is contained in:
parent
1e62fd2886
commit
316ecdcc6c
|
@ -168,9 +168,6 @@
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
sops.defaultSopsFile = ./secrets/sops.yaml;
|
|
||||||
sops.age.keyFile = ../../../../../../var/secrets/keys.txt;
|
|
||||||
|
|
||||||
sops.secrets."lillian-password".neededForUsers = true;
|
sops.secrets."lillian-password".neededForUsers = true;
|
||||||
|
|
||||||
users.users.lillian = {
|
users.users.lillian = {
|
||||||
|
|
|
@ -30,6 +30,9 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
sops.defaultSopsFile = ./secrets/sops.yaml;
|
||||||
|
sops.age.keyFile = ../../../../../../var/secrets/keys.txt;
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = {inherit inputs outputs;};
|
extraSpecialArgs = {inherit inputs outputs;};
|
||||||
users = {
|
users = {
|
||||||
|
|
|
@ -30,6 +30,9 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
sops.defaultSopsFile = ./secrets/sops.yaml;
|
||||||
|
sops.age.keyFile = ../../../../../../var/secrets/keys.txt;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue