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