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

View file

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