Compare commits
No commits in common. "3f8950f924ecd8e2f2fc67213169ca1653631602" and "64167b6f8fd246866d77ab9e10d517d2a5be1268" have entirely different histories.
3f8950f924
...
64167b6f8f
2 changed files with 4 additions and 4 deletions
4
Justfile
4
Justfile
|
|
@ -13,10 +13,6 @@ update:
|
|||
deploy host:
|
||||
deploy {{ FLAKE_HOME }}#{{ host }}
|
||||
|
||||
clean:
|
||||
nh clean all --verbose -K 1w
|
||||
|
||||
alias s := switch
|
||||
alias u := update
|
||||
alias d := deploy
|
||||
alias c := clean
|
||||
|
|
|
|||
|
|
@ -38,6 +38,10 @@
|
|||
};
|
||||
open-webui.enable = true;
|
||||
transmission.enable = true;
|
||||
caddy = {
|
||||
enable = true;
|
||||
baseDomain = "home.arp";
|
||||
};
|
||||
nix-ld.enable = true;
|
||||
};
|
||||
gui.enabled = "niri";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue