mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
Housekeeping
This commit is contained in:
parent
393be96558
commit
f47534c8f3
9 changed files with 11 additions and 11 deletions
4
justfile
4
justfile
|
|
@ -28,5 +28,5 @@ install host destination='root@installer':
|
|||
repair:
|
||||
nix-store --verify --check-contents --repair
|
||||
|
||||
repl hostname='$(hostname)':
|
||||
nix repl .#nixosConfigurations.{{ hostname }}
|
||||
repl host='$(hostname)':
|
||||
nix repl .#nixosConfigurations.{{ host }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue