From cf7bc66a420c6596dba507ea393f81c6d4700dd8 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 22 Jun 2022 21:04:56 +0200 Subject: [PATCH] hosts/kirsty: silence warnings --- hosts/kirsty/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/kirsty/system.scm b/hosts/kirsty/system.scm index 76684c9..3b2500a 100644 --- a/hosts/kirsty/system.scm +++ b/hosts/kirsty/system.scm @@ -48,7 +48,7 @@ (mapped-devices (list (mapped-device - (source "/dev/nvme0n1p2") + (source (uuid "c725b7b7-b4d9-49e0-8c2c-3624b3cde7e3")) (target "root") (type luks-device-mapping)))) @@ -60,7 +60,7 @@ (type "ext4")) %base-file-systems)) - (swap-devices '("/swap")) + (swap-devices (list (swap-space (target "/swap")))) (users (cons*