mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-01 00:29:57 +03:00
Added config.
This commit is contained in:
parent
eb44b97bee
commit
667ca9bfc0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# More info at: https://github.com/elitak/nixos-infect
|
||||
|
||||
set -e -o pipefail
|
||||
set -ex -o pipefail
|
||||
|
||||
makeConf() {
|
||||
# Skip everything if main config already present
|
||||
|
@ -448,4 +448,4 @@ fi
|
|||
|
||||
if [[ -z "$NO_REBOOT" ]]; then
|
||||
reboot
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue