mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Added README. Bugfix to nyx.
This commit is contained in:
parent
6727a8c014
commit
6eb9ecb541
2 changed files with 12 additions and 0 deletions
1
nyx
1
nyx
|
|
@ -17,6 +17,7 @@ build() {
|
|||
}
|
||||
|
||||
install() {
|
||||
HOST=$1
|
||||
nix build -f . hosts.$HOST.config.system.build.toplevel
|
||||
CLOSURE=$(readlink result)
|
||||
nix-store --export $(nix-store -qR ./result) | ssh root@$HOST nix-store --import --store /mnt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue