NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(hosts/*): fix misspelling bug for age.rekey sutff

Signed-off-by: ajhalili2006 <ajhalili2006@gmail.com>

+2 -2
+1 -1
hosts/lairland/configuration.nix
··· 101 101 102 102 # agenix stuff 103 103 nixops-config.secretOps.agenix.enable = true; 104 - age.reky.hostPubkey = with import ../../shared/ssh-keys.nix; hosts.lairland; 104 + age.rekey.hostPubkey = with import ../../shared/ssh-keys.nix; hosts.lairland; 105 105 }; 106 106 }
+1 -1
hosts/stellapent-cier/configuration.nix
··· 119 119 120 120 # agenix stuff 121 121 nixops-config.secretOps.agenix.enable = true; 122 - age.reky.hostPubkey = with import ../../shared/ssh-keys.nix; hosts.stellapent-cier; 122 + age.rekey.hostPubkey = with import ../../shared/ssh-keys.nix; hosts.stellapent-cier; 123 123 nixops-config.secretOps.gnupg.enable = lib.mkDefault true; 124 124 }