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")
|
||||
(timezone "Europe/London")
|
||||
(keyboard-layout (keyboard-layout "pl"))
|
||||
(host-name "vm")
|
||||
(host-name "guixvm")
|
||||
(users (cons* (user-account
|
||||
(name "cyryl")
|
||||
(comment "")
|
||||
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue