Compare commits
2 commits
02994d825e
...
ee7eae2fa8
Author | SHA1 | Date | |
---|---|---|---|
ee7eae2fa8 | |||
0694e831dc |
2 changed files with 7 additions and 7 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -64,10 +64,10 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1758616692,
|
||||
"narHash": "sha256-Q/7qOK6Vgjc6pBPCmnbIq2JF4XFlLYTvekS4v2OypAE=",
|
||||
"lastModified": 1759789371,
|
||||
"narHash": "sha256-diiyS8Bj/M9UdmiIEos0QBHIIpj/AdO9+dsb2Oc9qws=",
|
||||
"ref": "main",
|
||||
"rev": "d59b492f9bfdb522280f1344ae25c821ba7b11b4",
|
||||
"rev": "e6e9d0c0a7cc152ec48ce07cccf56f57a2580d3a",
|
||||
"shallow": true,
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.epha.se:24422/ephase/nix-private.git"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
email = {
|
||||
enable = true;
|
||||
accountConfigs = {
|
||||
a = inputs.nix-private.mail.xiemeart;
|
||||
b = inputs.nix-private.mail.ephase;
|
||||
c = inputs.nix-private.mail.ubordeaux;
|
||||
"1" = inputs.nix-private.mail.xiemeart;
|
||||
"2" = inputs.nix-private.mail.ephase;
|
||||
"3" = inputs.nix-private.mail.ubordeaux;
|
||||
};
|
||||
primary = "a";
|
||||
primary = "1";
|
||||
};
|
||||
dav.enable = true;
|
||||
application = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue