Compare commits

..

1 commit

Author SHA1 Message Date
d9e20da63f
temp test ci 2025-08-07 20:12:03 +02:00
3 changed files with 8 additions and 2 deletions

View file

@ -22,4 +22,4 @@ jobs:
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
- name: Cache - name: Cache
run: attic push demo $(nix-build) - run: attic push demo $(nix-build)

View file

@ -31,7 +31,7 @@ jobs:
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
- name: Cache - name: Cache
run: attic push demo $(nix-build) - run: attic push demo $(nix-build)
check-mastodon: check-mastodon:
runs-on: native runs-on: native

View file

@ -19,4 +19,10 @@
gateway = "2a00:51c0:13:1305::1"; gateway = "2a00:51c0:13:1305::1";
}; };
}; };
nixos.module = {
imports = [
../../../services/fediversity/attic
];
};
} }