fix: getattic working

Seems to have been mainstreamed
This commit is contained in:
silver 2024-11-02 11:14:41 +00:00
parent 50459f7982
commit 5448662230
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 1 additions and 4 deletions

View file

@ -15,7 +15,6 @@ https://docs.attic.rs/introduction.html
lib,
config,
pkgs,
inputs,
...
}:
with lib; let
@ -23,7 +22,6 @@ with lib; let
cfg = config.services.skynet."${name}";
in {
imports = [
inputs.attic.nixosModules.atticd
];
options.services.skynet."${name}" = {
@ -53,7 +51,7 @@ in {
enable = true;
# Replace with absolute path to your credentials file
credentialsFile = "/etc/atticd.env";
environmentFile = "/etc/atticd.env";
settings = {
listen = "127.0.0.1:8080";

View file

@ -27,7 +27,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
colmena.url = "github:zhaofengli/colmena";
attic.url = "github:zhaofengli/attic";
# we host our own
simple-nixos-mailserver = {