Merge branch 'main' of github.com:fwastring/nix
This commit is contained in:
commit
8ae96e9f6a
5 changed files with 32 additions and 36 deletions
|
@ -31,16 +31,6 @@ in
|
|||
|
||||
kubernetes-tools.enable = true;
|
||||
|
||||
|
||||
sops.defaultSopsFile = ../../secrets/sops.yaml;
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
sops.secrets.gandi_key = {
|
||||
# This path is where the *decrypted* secret will be placed at runtime
|
||||
path = "/run/secrets/gandi_key";
|
||||
owner = "root";
|
||||
mode = "0440";
|
||||
};
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue