Compare commits
2 commits
4be6542d61
...
221ecfb4d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 221ecfb4d3 | |||
| 75e1954bbd |
2 changed files with 5 additions and 5 deletions
|
|
@ -14,6 +14,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build ${{ matrix.system }}
|
- run: |
|
||||||
run: |
|
echo 'Building configuration for ${{ matrix.system }}'
|
||||||
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
||||||
|
|
|
||||||
|
|
@ -35,10 +35,10 @@ in
|
||||||
# openssl genrsa -traditional 4096 | base64 -w0
|
# openssl genrsa -traditional 4096 | base64 -w0
|
||||||
environmentFile = config.age.secrets.atticd.path;
|
environmentFile = config.age.secrets.atticd.path;
|
||||||
settings = {
|
settings = {
|
||||||
allowed_hosts = "attic.kilonull.com";
|
allowed-hosts = "attic.kilonull.com";
|
||||||
api_endpoint = "https://attic.kilonull.com/";
|
api-endpoint = "https://attic.kilonull.com/";
|
||||||
listen = "[::]:8080";
|
listen = "[::]:8080";
|
||||||
garbage_collection.retention_period = "30d";
|
garbage-collection.retention-period = "30d";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue