mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
testing keycloak
This commit is contained in:
parent
25426815d2
commit
9da50149b1
2 changed files with 10 additions and 4 deletions
3
justfile
3
justfile
|
|
@ -12,6 +12,9 @@ build:
|
|||
[confirm('Rebuild the system?')]
|
||||
rebuild:
|
||||
sudo nixos-rebuild switch --flake .
|
||||
# For hacking on modules
|
||||
rebuild-fast:
|
||||
sudo nixos-rebuild switch --fast --flake .
|
||||
# Update all flake inputs
|
||||
update:
|
||||
nix flake update --commit-lock-file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue