diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-10-09 18:05:42 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-10-09 23:35:01 +0200 |
commit | c43d9f6131102f2761f22b1ec26f345d357f169c (patch) | |
tree | 286958c2a7a5a292bebbb4ab999dd2ed9a34e85d /scripts | |
parent | 5a303093dcae1e5ce9212616ef18f2ca51020b0d (diff) |
Remove some redundant initialization
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-multi-user.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 258469a0b..40013eaaf 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -448,12 +448,6 @@ create_directories() { _sudo "to make the basic directory structure of Nix (part 3)" \ chgrp "$NIX_BUILD_GROUP_NAME" /nix/store - _sudo "to set up the root user's profile (part 1)" \ - mkdir -pv -m 0755 /nix/var/nix/profiles/per-user/root - - _sudo "to set up the root user's profile (part 2)" \ - mkdir -pv -m 0700 "$ROOT_HOME/.nix-defexpr" - _sudo "to place the default nix daemon configuration (part 1)" \ mkdir -pv -m 0555 /etc/nix } |