commit 7c3631aba40921496053fa7ba3df53b8a1185a90 parent 9c20845bf292cee0f521caa089a15795c0de05ff Author: Vincent Demeester <vincent@sbr.pm> Date: Mon, 25 Jan 2021 10:35:13 +0100 systems/hosts/naruhodo: small reformating Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/hosts/naruhodo.nix | | | 23 | ++++++++++------------- |
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix @@ -23,12 +23,11 @@ in (import ../../users).root ]; - fileSystems."/" = - { - device = "/dev/mapper/root"; - fsType = "ext4"; - options = [ "noatime" "discard" ]; - }; + fileSystems."/" = { + device = "/dev/mapper/root"; + fsType = "ext4"; + options = [ "noatime" "discard" ]; + }; boot.initrd.luks.devices = { root = { @@ -38,14 +37,12 @@ in }; }; - fileSystems."/boot" = - { - device = "/dev/disk/by-uuid/0101-68DE"; - fsType = "vfat"; - }; + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/0101-68DE"; + fsType = "vfat"; + }; - swapDevices = - [{ device = "/dev/disk/by-uuid/aff86817-55ae-47ed-876a-e5a027b560ba"; }]; + swapDevices = [{ device = "/dev/disk/by-uuid/aff86817-55ae-47ed-876a-e5a027b560ba"; }]; networking = { hostName = hostname;