Reinstall

This commit is contained in:
Sanjay Chacku Purakal 2024-07-04 20:46:55 +02:00 committed by GitHub
parent 048ca6c1fd
commit 8ffa9a6b8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,16 +30,16 @@
fileSystems = { fileSystems = {
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/7ABC-9C12"; device = "/dev/disk/by-uuid/12CE-A600";
fsType = "vfat"; fsType = "vfat";
}; };
"/" = { "/" = {
device = "/dev/disk/by-uuid/b6e6bca7-1435-4b41-b174-8550eace7c32"; device = "/dev/disk/by-uuid/b4a61b48-017f-4d16-ab05-d5c867f2ca6f";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=rootfs" "compress=zstd" "noatime" ]; options = [ "subvol=rootfs" "compress=zstd" "noatime" ];
}; };
"/nix" = { "/nix" = {
device = "/dev/disk/by-uuid/b6e6bca7-1435-4b41-b174-8550eace7c32"; device = "/dev/disk/by-uuid/b4a61b48-017f-4d16-ab05-d5c867f2ca6f";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=nix" "compress=zstd" "noatime" ]; options = [ "subvol=nix" "compress=zstd" "noatime" ];
}; };