Compare commits
2 commits
221ecfb4d3
...
4be6542d61
| Author | SHA1 | Date | |
|---|---|---|---|
| 4be6542d61 | |||
| fdfdb785d6 |
2 changed files with 3 additions and 3 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,7 +35,7 @@
|
|||
|
||||
services.atticd = {
|
||||
enable = true;
|
||||
acmeCertName = "attic.kilonull.com";
|
||||
acmeCertName = "kilonull.com";
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
services.printing.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue