From ee0f704331c60cc72414caa0473752a2b4438c11 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki Date: Wed, 2 Mar 2022 21:56:21 +0000 Subject: [PATCH] reinstall guix vm --- guix/README.md | 2 +- guix/vm/config.scm | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/guix/README.md b/guix/README.md index 1c6e5366..c1fe583a 100644 --- a/guix/README.md +++ b/guix/README.md @@ -1 +1 @@ -guix pull channels=/home/cyryl/dev/dotfiles/guix/channels.scm +guix pull --channels=/home/cyryl/dev/dotfiles/guix/channels.scm diff --git a/guix/vm/config.scm b/guix/vm/config.scm index 1cead74e..ccd07e19 100644 --- a/guix/vm/config.scm +++ b/guix/vm/config.scm @@ -37,7 +37,7 @@ EndSection (locale "en_GB.utf8") (timezone "Europe/London") (keyboard-layout (keyboard-layout "pl")) - (host-name "vm") + (host-name "guixvm") (users (cons* (user-account (name "cyryl") (comment "") @@ -68,7 +68,7 @@ EndSection (extra-config (list %xorg-libinput-config)))) ) %desktop-services)) - (bootloader + (bootloader (bootloader-configuration (bootloader grub-bootloader) (target "/dev/sda") @@ -76,13 +76,14 @@ EndSection (mapped-devices (list (mapped-device (source - (uuid "19d49460-ecdd-4058-99c5-82d35b0369d3")) + (uuid "a8ed265d-4156-460a-b6ac-3840101c9987")) (target "cryptroot") (type luks-device-mapping)))) (file-systems (cons* (file-system (mount-point "/") (device "/dev/mapper/cryptroot") - (type "btrfs") + (type "ext4") (dependencies mapped-devices)) %base-file-systems))) +