feat: move to teh lix overlay instead of compilling it each time
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Successful in 14s
Build_Deploy / deploy_dns (push) Successful in 1m53s
Build_Deploy / deploy_active (active) (push) Successful in 2m5s
Build_Deploy / deploy_active (active-core) (push) Failing after 2m24s
Build_Deploy / deploy_active (active-ext) (push) Successful in 55s

This commit is contained in:
silver 2025-09-04 22:40:19 +01:00
parent ddf27a2794
commit 0c90d041e0
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
4 changed files with 91 additions and 183 deletions

View file

@ -70,6 +70,9 @@ in {
}
];
# use lix instead of nix
nix.package = pkgs.lixPackageSets.stable.lix;
# set
networking = {
hostName = cfg.host.name;