hosts/kirsty: silence warnings
This commit is contained in:
parent
bde774abda
commit
cf7bc66a42
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
||||||
(mapped-devices
|
(mapped-devices
|
||||||
(list
|
(list
|
||||||
(mapped-device
|
(mapped-device
|
||||||
(source "/dev/nvme0n1p2")
|
(source (uuid "c725b7b7-b4d9-49e0-8c2c-3624b3cde7e3"))
|
||||||
(target "root")
|
(target "root")
|
||||||
(type luks-device-mapping))))
|
(type luks-device-mapping))))
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
(type "ext4"))
|
(type "ext4"))
|
||||||
%base-file-systems))
|
%base-file-systems))
|
||||||
|
|
||||||
(swap-devices '("/swap"))
|
(swap-devices (list (swap-space (target "/swap"))))
|
||||||
|
|
||||||
(users
|
(users
|
||||||
(cons*
|
(cons*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue