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
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:
parent
ddf27a2794
commit
0c90d041e0
4 changed files with 91 additions and 183 deletions
|
@ -70,6 +70,9 @@ in {
|
|||
}
|
||||
];
|
||||
|
||||
# use lix instead of nix
|
||||
nix.package = pkgs.lixPackageSets.stable.lix;
|
||||
|
||||
# set
|
||||
networking = {
|
||||
hostName = cfg.host.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue