summaryrefslogtreecommitdiff
path: root/dom0
diff options
context:
space:
mode:
Diffstat (limited to 'dom0')
-rw-r--r--dom0/files/scripts/sway-login2
-rw-r--r--dom0/files/scripts/sway-login-laptop3
-rw-r--r--dom0/system.scm6
3 files changed, 7 insertions, 4 deletions
diff --git a/dom0/files/scripts/sway-login b/dom0/files/scripts/sway-login
index 3792a85..2711786 100644
--- a/dom0/files/scripts/sway-login
+++ b/dom0/files/scripts/sway-login
@@ -1,3 +1,3 @@
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
- exec sway;
+ exec sway --unsupported-gpu;
fi
diff --git a/dom0/files/scripts/sway-login-laptop b/dom0/files/scripts/sway-login-laptop
new file mode 100644
index 0000000..3792a85
--- /dev/null
+++ b/dom0/files/scripts/sway-login-laptop
@@ -0,0 +1,3 @@
+if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
+ exec sway;
+fi
diff --git a/dom0/system.scm b/dom0/system.scm
index 4b5b03c..4a0cae9 100644
--- a/dom0/system.scm
+++ b/dom0/system.scm
@@ -42,11 +42,11 @@
;; replace post-install
(swap-devices (list (swap-space
(target (uuid
- "7a22a333-6a5d-41fe-93a2-e5781031cfd6")))))
+ "c7e7ee28-23ba-4ec1-b206-19a4e6297083")))))
;; luks setup - uncomment post-install
;; and provide source UUID once known
(mapped-devices (list (mapped-device
- (source (uuid "0c5d284e-e0c7-4dc3-bbca-f82ee6bb82e3"))
+ (source (uuid "61e732e5-97ca-41d8-a1cf-3672eb97e6f8")
(target "system-root")
(type luks-device-mapping))))
@@ -56,7 +56,7 @@
;; Will change after install
(file-systems (cons* (file-system
(mount-point "/boot/efi")
- (device (uuid "6919-B0C9"
+ (device (uuid "3BC7-90B1"
'fat32))
(type "vfat"))
(file-system