diff options
author | sefidel <contact@sefidel.net> | 2023-07-29 21:17:42 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-29 21:18:07 +0900 |
commit | 12c523c75ed290ff81c4806ef9da66d4e5b187ed (patch) | |
tree | a1db4e1e49cd0c6787b00ebe336738a01142c92c /nixos/alpha | |
parent | 8d5fdb86de33ed17481c85d2e96ca4943e58a8f1 (diff) | |
download | nixrc-12c523c75ed290ff81c4806ef9da66d4e5b187ed.tar.gz nixrc-12c523c75ed290ff81c4806ef9da66d4e5b187ed.zip |
chore: reformat
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/hardware-configuration.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nixos/alpha/hardware-configuration.nix b/nixos/alpha/hardware-configuration.nix index 7cdd7c5..0749482 100644 --- a/nixos/alpha/hardware-configuration.nix +++ b/nixos/alpha/hardware-configuration.nix @@ -44,11 +44,11 @@ fsType = "zfs"; }; -# fileSystems."/mnt/resident" = -# { -# device = "/dev/disk/by-uuid/fe7a00a8-0a3c-48de-9d7a-ed7cf172f501"; -# fsType = "ext4"; -# }; + # fileSystems."/mnt/resident" = + # { + # device = "/dev/disk/by-uuid/fe7a00a8-0a3c-48de-9d7a-ed7cf172f501"; + # fsType = "ext4"; + # }; swapDevices = [{ device = "/dev/disk/by-uuid/4f06a42c-c4cc-4861-8ae0-dcff81d719d3"; }]; |