aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Stig124 FORMICHELLA <stigpro@outlook.fr>2021-03-23 16:23:24 +0100
committerNicolas Stig124 FORMICHELLA <stigpro@outlook.fr>2021-03-23 16:23:24 +0100
commit71f92741ec979c1059938a638b7fc8da6d7b0936 (patch)
treee628b331a23127581f3f49b221e563d7ce194a96
parent1581c3e8ef31569b54cfb71e7fbffcc18af9eedf (diff)
Added Debian-based OS's profiles
-rw-r--r--scripts/install-multi-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh
index 5e8b4ac18..4cc11d210 100644
--- a/scripts/install-multi-user.sh
+++ b/scripts/install-multi-user.sh
@@ -31,7 +31,7 @@ readonly NIX_FIRST_BUILD_UID="30001"
readonly NIX_ROOT="/nix"
readonly NIX_EXTRA_CONF=${NIX_EXTRA_CONF:-}
-readonly PROFILE_TARGETS=("/etc/bashrc" "/etc/profile.d/nix.sh" "/etc/zshenv")
+readonly PROFILE_TARGETS=("/etc/bashrc" "/etc/profile.d/nix.sh" "/etc/zshenv" "/etc/bash.bashrc" "/etc/zsh/zshenv")
readonly PROFILE_BACKUP_SUFFIX=".backup-before-nix"
readonly PROFILE_NIX_FILE="$NIX_ROOT/var/nix/profiles/default/etc/profile.d/nix-daemon.sh"