From 4abb25ea7d3876899e641a8a16281203bd164d53 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 23 Sep 2023 15:41:49 -0400 Subject: initial config for all 3 systems --- systems/jontest/filesystem.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 systems/jontest/filesystem.nix (limited to 'systems/jontest/filesystem.nix') diff --git a/systems/jontest/filesystem.nix b/systems/jontest/filesystem.nix new file mode 100644 index 0000000..e247a9d --- /dev/null +++ b/systems/jontest/filesystem.nix @@ -0,0 +1,11 @@ +{ ... }: +{ + fileSystems."/" = + { device = "/dev/disk/by-uuid/a6804a93-979a-4596-879d-8b2fe8332541"; + fsType = "ext4"; + }; + + swapDevices = + [ { device = "/dev/disk/by-uuid/e6e941fe-f3a4-4b5e-960c-74d65e1e6257"; } + ]; +} -- cgit v1.2.1