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:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: |
|
- name: Build ${{ matrix.system }}
|
||||||
echo 'Building configuration for ${{ matrix.system }}'
|
run: |
|
||||||
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