scripts/nixos-install: dont copy channel/skip root pw
This commit is contained in:
parent
19d1f6983f
commit
ae5af420b0
1 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
set -xe
|
||||
|
||||
export NIXOS_CONFIG=${PWD}/configuration.nix
|
||||
|
||||
nixos-install --max-jobs 5 --cores 4 "${@}"
|
||||
nixos-install --max-jobs 5 --cores 4 --no-channel-copy --no-root-passwd "${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue