Compare commits
No commits in common. "4be6542d61d7c5c7cf452db78af81f69cc7b5969" and "014d970fe4c0beb5ebdc7067ede8e406dfa49c0c" have entirely different histories.
4be6542d61
...
014d970fe4
2 changed files with 3 additions and 3 deletions
|
|
@ -14,6 +14,6 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
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
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
services.atticd = {
|
||||
enable = true;
|
||||
acmeCertName = "kilonull.com";
|
||||
acmeCertName = "attic.kilonull.com";
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
services.printing.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue