mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
add nix-index-database
other bits of cleanup
This commit is contained in:
parent
be5dcf0554
commit
6432f7b69e
4 changed files with 46 additions and 13 deletions
|
|
@ -137,7 +137,7 @@ in
|
|||
|
||||
if [ "$GUEST_NAME" != "Windows" ]; then
|
||||
exit 0
|
||||
else if [ "$OPERATION" == "prepare" ]; then
|
||||
elif [ "$OPERATION" == "prepare" ]; then
|
||||
# Stop display-manager
|
||||
systemctl stop display-manager.service
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ in
|
|||
ln -fs /etc/Xorg/1_mon.conf /etc/X11/xorg.conf.d/99-custom.conf
|
||||
touch /etc/Xorg/ONE_MONITOR
|
||||
systemctl start display-manager.service
|
||||
else if [ "$OPERATION" == "release" ]; then
|
||||
elif [ "$OPERATION" == "release" ]; then
|
||||
# Dual gpu/monitor stuff
|
||||
systemctl stop display-manager.service
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue