[#9] first impermanence config support

This commit is contained in:
Dennis Frieberg 2023-09-28 17:12:34 +02:00
parent 4515516ba8
commit d008620456
Signed by: nerf
GPG key ID: 42DED0E2D8F04FB6
5 changed files with 65 additions and 0 deletions

16
flake.lock generated
View file

@ -33,6 +33,21 @@
"type": "indirect"
}
},
"impermanence": {
"locked": {
"lastModified": 1694622745,
"narHash": "sha256-z397+eDhKx9c2qNafL1xv75lC0Q4nOaFlhaU1TINqb8=",
"owner": "nix-community",
"repo": "impermanence",
"rev": "e9643d08d0d193a2e074a19d4d90c67a874d932e",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "impermanence",
"type": "github"
}
},
"nixos-mailserver": {
"inputs": {
"blobs": "blobs",
@ -123,6 +138,7 @@
"root": {
"inputs": {
"flake-parts": "flake-parts",
"impermanence": "impermanence",
"nixos-mailserver": "nixos-mailserver",
"nixpkgs": "nixpkgs",
"sops-nix": "sops-nix"