Archived
updated
This commit is contained in:
@@ -12,12 +12,4 @@
|
||||
# boot.kernelParams = [
|
||||
# "console=ttyS0,19200n8"
|
||||
# ];
|
||||
|
||||
# Run installer when logging in (same pattern as proxmox-lxc.nix)
|
||||
environment.etc."bash_profile-nixos".text = ''
|
||||
if [ -n "$PS1" ] && [ ! -e ~/.auto_install_ran ]; then
|
||||
sudo /etc/auto-install.sh
|
||||
touch ~/.auto_install_ran
|
||||
fi
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user