mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-02-16 14:24:42 +00:00
Add userdata settings protection
This commit is contained in:
parent
a52e3105d0
commit
45ad07eca6
|
@ -64,6 +64,7 @@ makeConf() {
|
||||||
"username": "$LUSER"
|
"username": "$LUSER"
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
chmod 0600 /etc/nixos/userdata/userdata.json
|
||||||
|
|
||||||
if isEFI; then
|
if isEFI; then
|
||||||
bootcfg=$(cat << EOF
|
bootcfg=$(cat << EOF
|
||||||
|
|
Loading…
Reference in a new issue