Clean up formatting
This commit is contained in:
parent
23d7557b3a
commit
a451e63974
4 changed files with 36 additions and 42 deletions
|
@ -1,10 +1,9 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
"luks".device = "/dev/disk/by-label/luks";
|
||||
};
|
||||
boot.initrd.luks.devices = { "luks".device = "/dev/disk/by-label/luks"; };
|
||||
|
||||
fileSystems = let rootdev = "/dev/disk/by-label/hv_ochsenchopf"; in {
|
||||
fileSystems = let rootdev = "/dev/disk/by-label/hv_ochsenchopf";
|
||||
in {
|
||||
"/" = {
|
||||
device = rootdev;
|
||||
fsType = "btrfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue