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