reinstall guix vm

This commit is contained in:
Cyryl Plotnicki 2022-03-02 21:56:21 +00:00
parent 96d988c130
commit ee0f704331
2 changed files with 6 additions and 5 deletions

View file

@ -1 +1 @@
guix pull channels=/home/cyryl/dev/dotfiles/guix/channels.scm
guix pull --channels=/home/cyryl/dev/dotfiles/guix/channels.scm

View file

@ -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)))