fix: deploy and ignore mise local config
All checks were successful
/ build-host (map[host:beefcake]) (push) Successful in 34s
/ build-host (map[host:dragon]) (push) Successful in 1m1s
/ build-host (map[host:flipflop]) (push) Successful in 53s
/ build-host (map[host:foxtrot]) (push) Successful in 45s
/ build-host (map[host:rascal]) (push) Successful in 19s
/ build-host (map[host:router]) (push) Successful in 7s
/ build-host (map[host:steamdeck]) (push) Successful in 58s
/ build-devshell (push) Successful in 18s
/ flake-check (push) Successful in 6m7s
All checks were successful
/ build-host (map[host:beefcake]) (push) Successful in 34s
/ build-host (map[host:dragon]) (push) Successful in 1m1s
/ build-host (map[host:flipflop]) (push) Successful in 53s
/ build-host (map[host:foxtrot]) (push) Successful in 45s
/ build-host (map[host:rascal]) (push) Successful in 19s
/ build-host (map[host:router]) (push) Successful in 7s
/ build-host (map[host:steamdeck]) (push) Successful in 58s
/ build-devshell (push) Successful in 18s
/ flake-check (push) Successful in 6m7s
This commit is contained in:
parent
1102c7028d
commit
a76394b643
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@ result
|
||||||
|
|
||||||
*.log
|
*.log
|
||||||
*.qcow2
|
*.qcow2
|
||||||
|
|
||||||
|
mise.local.toml
|
||||||
|
|
|
@ -19,7 +19,7 @@ let
|
||||||
{
|
{
|
||||||
hostname = "${host}.hare-cod.ts.net";
|
hostname = "${host}.hare-cod.ts.net";
|
||||||
remoteBuild = true; # should pull from cache # TODO: verify this
|
remoteBuild = true; # should pull from cache # TODO: verify this
|
||||||
fastConnection = true;
|
# fastConnection = true;
|
||||||
interactiveSudo = true;
|
interactiveSudo = true;
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
user = "root";
|
user = "root";
|
||||||
|
|
Loading…
Add table
Reference in a new issue