mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
Add external host support
This commit is contained in:
parent
f93908d157
commit
28e704ceff
11 changed files with 31 additions and 21 deletions
2
justfile
2
justfile
|
|
@ -16,7 +16,7 @@ repair:
|
|||
nix-store --verify --check-contents --repair
|
||||
|
||||
repl host='$(hostname)':
|
||||
nix repl .#nixosConfigurations.{{ host }}
|
||||
nix repl .#allHosts.{{ host }}
|
||||
|
||||
[group('rebuild')]
|
||||
rebuild mode:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue