Compare commits

..

No commits in common. "4be6542d61d7c5c7cf452db78af81f69cc7b5969" and "014d970fe4c0beb5ebdc7067ede8e406dfa49c0c" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -35,7 +35,7 @@
services.atticd = {
enable = true;
acmeCertName = "kilonull.com";
acmeCertName = "attic.kilonull.com";
};
services.openssh.enable = true;
services.printing.enable = true;