reinstall guix vm
This commit is contained in:
parent
96d988c130
commit
ee0f704331
2 changed files with 6 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
guix pull channels=/home/cyryl/dev/dotfiles/guix/channels.scm
|
guix pull --channels=/home/cyryl/dev/dotfiles/guix/channels.scm
|
||||||
|
|
|
@ -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 "")
|
||||||
|
@ -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)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue