fix: deploy and ignore mise local config
Some checks failed
/ build-host (map[host:beefcake]) (push) Has been cancelled
/ build-host (map[host:dragon]) (push) Has been cancelled
/ build-host (map[host:flipflop]) (push) Has been cancelled
/ build-host (map[host:foxtrot]) (push) Has been cancelled
/ build-host (map[host:rascal]) (push) Has been cancelled
/ build-host (map[host:router]) (push) Has started running
/ build-devshell (push) Successful in 17s
/ build-host (map[host:steamdeck]) (push) Has been cancelled
/ flake-check (push) Has been cancelled
Some checks failed
/ build-host (map[host:beefcake]) (push) Has been cancelled
/ build-host (map[host:dragon]) (push) Has been cancelled
/ build-host (map[host:flipflop]) (push) Has been cancelled
/ build-host (map[host:foxtrot]) (push) Has been cancelled
/ build-host (map[host:rascal]) (push) Has been cancelled
/ build-host (map[host:router]) (push) Has started running
/ build-devshell (push) Successful in 17s
/ build-host (map[host:steamdeck]) (push) Has been cancelled
/ flake-check (push) Has been cancelled
This commit is contained in:
parent
843b90cdd0
commit
6babe28255
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