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") (locale "en_GB.utf8")
(timezone "Europe/London") (timezone "Europe/London")
(keyboard-layout (keyboard-layout "pl")) (keyboard-layout (keyboard-layout "pl"))
(host-name "vm") (host-name "guixvm")
(users (cons* (user-account (users (cons* (user-account
(name "cyryl") (name "cyryl")
(comment "") (comment "")
@ -68,7 +68,7 @@ EndSection
(extra-config (list %xorg-libinput-config)))) (extra-config (list %xorg-libinput-config))))
) )
%desktop-services)) %desktop-services))
(bootloader (bootloader
(bootloader-configuration (bootloader-configuration
(bootloader grub-bootloader) (bootloader grub-bootloader)
(target "/dev/sda") (target "/dev/sda")
@ -76,13 +76,14 @@ EndSection
(mapped-devices (mapped-devices
(list (mapped-device (list (mapped-device
(source (source
(uuid "19d49460-ecdd-4058-99c5-82d35b0369d3")) (uuid "a8ed265d-4156-460a-b6ac-3840101c9987"))
(target "cryptroot") (target "cryptroot")
(type luks-device-mapping)))) (type luks-device-mapping))))
(file-systems (file-systems
(cons* (file-system (cons* (file-system
(mount-point "/") (mount-point "/")
(device "/dev/mapper/cryptroot") (device "/dev/mapper/cryptroot")
(type "btrfs") (type "ext4")
(dependencies mapped-devices)) (dependencies mapped-devices))
%base-file-systems))) %base-file-systems)))