Archived
updated
This commit is contained in:
@@ -20,13 +20,5 @@
|
||||
# mode = "0755";
|
||||
# };
|
||||
|
||||
|
||||
# Run installer when logging in
|
||||
environment.etc."bash_profile-nixos".text = ''
|
||||
if [ -n "$PS1" ] && [ ! -e ~/.auto_install_ran ]; then
|
||||
sudo /etc/auto-install.sh
|
||||
touch ~/.auto_install_ran
|
||||
fi
|
||||
'';
|
||||
# networking.useDHCP = true;
|
||||
}
|
||||
Reference in New Issue
Block a user