Sops file needs to be in the right folder

This commit is contained in:
Lillian Violet 2024-02-21 12:19:42 +01:00
parent 1e62fd2886
commit 316ecdcc6c
3 changed files with 6 additions and 3 deletions

View file

@ -168,9 +168,6 @@
dockerCompat = true;
};
sops.defaultSopsFile = ./secrets/sops.yaml;
sops.age.keyFile = ../../../../../../var/secrets/keys.txt;
sops.secrets."lillian-password".neededForUsers = true;
users.users.lillian = {

View file

@ -30,6 +30,9 @@
./hardware-configuration.nix
];
sops.defaultSopsFile = ./secrets/sops.yaml;
sops.age.keyFile = ../../../../../../var/secrets/keys.txt;
home-manager = {
extraSpecialArgs = {inherit inputs outputs;};
users = {

View file

@ -30,6 +30,9 @@
./hardware-configuration.nix
];
sops.defaultSopsFile = ./secrets/sops.yaml;
sops.age.keyFile = ../../../../../../var/secrets/keys.txt;
environment.systemPackages = with pkgs; [
];