Compare commits

..

No commits in common. "ee7eae2fa8be849ec20856fe06461c87b8b9a4e5" and "02994d825e7fc169dd123250418358065e0d431e" have entirely different histories.

2 changed files with 7 additions and 7 deletions

6
flake.lock generated
View file

@ -64,10 +64,10 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1759789371, "lastModified": 1758616692,
"narHash": "sha256-diiyS8Bj/M9UdmiIEos0QBHIIpj/AdO9+dsb2Oc9qws=", "narHash": "sha256-Q/7qOK6Vgjc6pBPCmnbIq2JF4XFlLYTvekS4v2OypAE=",
"ref": "main", "ref": "main",
"rev": "e6e9d0c0a7cc152ec48ce07cccf56f57a2580d3a", "rev": "d59b492f9bfdb522280f1344ae25c821ba7b11b4",
"shallow": true, "shallow": true,
"type": "git", "type": "git",
"url": "ssh://git@git.epha.se:24422/ephase/nix-private.git" "url": "ssh://git@git.epha.se:24422/ephase/nix-private.git"

View file

@ -3,11 +3,11 @@
email = { email = {
enable = true; enable = true;
accountConfigs = { accountConfigs = {
"1" = inputs.nix-private.mail.xiemeart; a = inputs.nix-private.mail.xiemeart;
"2" = inputs.nix-private.mail.ephase; b = inputs.nix-private.mail.ephase;
"3" = inputs.nix-private.mail.ubordeaux; c = inputs.nix-private.mail.ubordeaux;
}; };
primary = "1"; primary = "a";
}; };
dav.enable = true; dav.enable = true;
application = { application = {