mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 02:02:36 +08:00
Update justfile
This commit is contained in:
parent
ce61776952
commit
9cd05ba8d4
1 changed files with 14 additions and 3 deletions
17
justfile
17
justfile
|
|
@ -1,11 +1,17 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
# Activate local configuration (Use `just nom local`)
|
||||
# Activate local system configuration
|
||||
[group('main')]
|
||||
local:
|
||||
nix run
|
||||
system:
|
||||
nix run . $HOSTNAME
|
||||
|
||||
# Activate local home configuration
|
||||
[group('main')]
|
||||
home:
|
||||
nix run . $USER@
|
||||
|
||||
# Update primary flame inputs
|
||||
update:
|
||||
nix run .#update
|
||||
|
||||
|
|
@ -19,6 +25,11 @@ pureintent:
|
|||
infinitude:
|
||||
nix run . infinitude
|
||||
|
||||
# Activate home config on stillness
|
||||
[group('deploy')]
|
||||
stillness:
|
||||
nix run . $USER@
|
||||
|
||||
# Deploy to orb nixos machine
|
||||
# [group('deploy')]
|
||||
# orb:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue