Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure

This commit is contained in:
Vivian 2023-06-10 12:23:24 +02:00
commit ec6f362529
4 changed files with 24 additions and 13 deletions

View file

@ -695,11 +695,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1686168915, "lastModified": 1686265146,
"narHash": "sha256-zV5lh3PGKcI8W7+5bXSRsCetfsi6x10Xvojpk5HAQHU=", "narHash": "sha256-w5RtAG37rqcfqVWEQrJGUvZnUjt/BKdGvf+3XAw09ps=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "cc6745b35fefe48624ebf573382e1e0e4a6fe85e", "rev": "69bdd6de50df2082901d94dbf70ecb762d8b636c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1066,11 +1066,11 @@
}, },
"nixpkgs_22-11": { "nixpkgs_22-11": {
"locked": { "locked": {
"lastModified": 1686035213, "lastModified": 1686190112,
"narHash": "sha256-hRcXUoVWWuLqFzQ1QVQx4ewvbnst1NkCxoZhmpzrilA=", "narHash": "sha256-BRDO/tnq+ruwv14caQLIqejYJ6w5icja5KYpNunOW24=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d83945caa7624015f11b152bf5c6c4363ffe9f7c", "rev": "41b86284d3e073bb322da076ae8cd6e116b2ee2a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1098,11 +1098,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1686131476, "lastModified": 1686216645,
"narHash": "sha256-d/VZjsgW7dBwqN77EcQ4HqQifpATkT5WnCvYbovIhf0=", "narHash": "sha256-jwZN8b3fh/md5+zoaekYInEz3JXLQYvxkc9097Ft4V8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "32d8e07a8ea673bc9b8c0f8106fb0b776c6ea6a8", "rev": "58ca986543b591a8269cbce3328293ca8d64480f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1213,11 +1213,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1686210105, "lastModified": 1686289365,
"narHash": "sha256-hA1NWUCfZHmZcUaLP7R8rDHp4ssZI1CbreGMol5vKqM=", "narHash": "sha256-NhFI5JgL4e2EW8rNnJ5B8lBf0awZ3DtMqnhGuv5A8kc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "dd2b073a0d02c76e1b22d6f017675522464642fb", "rev": "8692a69c88fecbe83659ca4c82f87dbb1a37d5d6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -19,7 +19,7 @@ spec:
emptyDir: {} emptyDir: {}
containers: containers:
- name: renovate - name: renovate
image: renovate/renovate:35.114.2 image: renovate/renovate:35.115.2
volumeMounts: volumeMounts:
- name: config-volume - name: config-volume
mountPath: /opt/renovate/ mountPath: /opt/renovate/

View file

@ -79,6 +79,13 @@ in {
sessionVariables = { DIRENV_LOG_FORMAT = ""; }; sessionVariables = { DIRENV_LOG_FORMAT = ""; };
}; };
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
};
# Syncthing # Syncthing
services.syncthing.enable = true; services.syncthing.enable = true;
xdg.userDirs = let home = config.home.homeDirectory; xdg.userDirs = let home = config.home.homeDirectory;

View file

@ -75,6 +75,10 @@ in {
hashedPasswordFile = "${vs.mailserver}/vaultwarden@0x76.dev"; hashedPasswordFile = "${vs.mailserver}/vaultwarden@0x76.dev";
sendOnly = true; sendOnly = true;
}; };
"snapraid@0x76.dev" = {
hashedPasswordFile = "${vs.mailserver}/snapraid@0x76.dev";
sendOnly = true;
};
}; };
indexDir = "/var/lib/dovecot/indices"; indexDir = "/var/lib/dovecot/indices";