fix: getattic working
Seems to have been mainstreamed
This commit is contained in:
parent
50459f7982
commit
5448662230
2 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue