diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2024-10-03 18:08:03 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2024-10-03 18:08:03 +0200 |
commit | 814fd0406dc2ead70c4aa075367ebdc3fd579589 (patch) | |
tree | 7afe1a5d3ec05f1f841152fb62b4130397478624 /machines/t14/hardware-configuration.nix | |
parent | 25d4efcbc5e18a633d42bf2f5d5dcccd9f4db423 (diff) | |
download | dots-814fd0406dc2ead70c4aa075367ebdc3fd579589.tar.gz dots-814fd0406dc2ead70c4aa075367ebdc3fd579589.zip |
t14: 68 current 2024-10-03 18:07:59 24.05.20240928.fbca5e7 6.6.52 *
Diffstat (limited to 'machines/t14/hardware-configuration.nix')
-rw-r--r-- | machines/t14/hardware-configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/t14/hardware-configuration.nix b/machines/t14/hardware-configuration.nix index 2f3af0a..59dd8c4 100644 --- a/machines/t14/hardware-configuration.nix +++ b/machines/t14/hardware-configuration.nix @@ -27,6 +27,13 @@ options = [ "subvol=@" ]; }; + #fileSystems."/newroot/persist" = { + #device = "/dev/disk/by-uuid/a8ba9580-b089-4cbb-98e3-52faa0a2dca8"; + ##neededForBoot = true; + #fsType = "btrfs"; + #options = [ "subvol=persist" ]; + #}; +# fileSystems."/boot" = { device = "/dev/disk/by-uuid/05C1-F939"; fsType = "vfat"; |