kaas
This commit is contained in:
parent
3921693f84
commit
98362802d5
9 changed files with 147 additions and 38 deletions
6
justfile
6
justfile
|
@ -14,4 +14,8 @@ install profile host:
|
|||
nix run nixpkgs#nixos-anywhere -- \
|
||||
--flake .#{{profile}} \
|
||||
--generate-hardware-config nixos-generate-config ./hardware-configuration.nix \
|
||||
{{host}}
|
||||
{{host}}
|
||||
|
||||
[doc('builds the configuration for the host')]
|
||||
build host:
|
||||
nh os build . -H {{host}}
|
Loading…
Add table
Add a link
Reference in a new issue