mirror of https://git.jolheiser.com/dotnix.git
parent
dc14f0a465
commit
1250299b97
1
justfile
1
justfile
|
@ -15,6 +15,7 @@ switch *args:
|
|||
|
||||
# Run colmena for remote deploy
|
||||
colmena node:
|
||||
@git add .
|
||||
@nix run nixpkgs#colmena -- apply --on {{node}}
|
||||
|
||||
# Update the flake
|
||||
|
|
|
@ -54,6 +54,11 @@ in {
|
|||
'')
|
||||
packages;
|
||||
};
|
||||
"git.jolheiser.com" = {
|
||||
extraConfig = ''
|
||||
redir https://git.jojodev.com/jolheiser{uri}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue