Clean up formatting

This commit is contained in:
Fabian Hauser 2022-04-23 20:56:17 +02:00
parent 23d7557b3a
commit a451e63974
4 changed files with 36 additions and 42 deletions

View file

@ -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";