Everything changed - major rewrite
This commit is contained in:
@@ -96,6 +96,13 @@
|
||||
homey.caddy.enable = true;
|
||||
homey.cloudflared.enable = true;
|
||||
|
||||
# Nix binary cache
|
||||
homey.attic.enable = true;
|
||||
nix.settings = {
|
||||
substituters = lib.mkAfter [ "https://attic.zakobar.com/main" ];
|
||||
trusted-public-keys = lib.mkAfter [ "main:9SZt/6plBU7jjQzz90J7O011I13hmJvOMYouxNqExNQ=" ];
|
||||
};
|
||||
|
||||
# CI/CD
|
||||
homey.giteaRunner.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user