OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
main @ 40 LINES
 
[ HISTORY ]  [ UP ]
 

{
  boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/b5d09a8b-54a9-4
f72-828c-5cceea2ec287";
  fileSystems = {
    "/" = {
      device = "/dev/disk/by-uuid/629a7421-24a0-45e6-87af-031574d9d46d";
      fsType = "btrfs";
      options = ["subvol=root" "compress=zstd" "noatime"];
    };

    "/nix" = {
      device = "/dev/disk/by-uuid/629a7421-24a0-45e6-87af-031574d9d46d";
      fsType = "btrfs";
      options = ["subvol=nix" "compress=zstd" "noatime"];
    };

    "/persist" = {
      device = "/dev/disk/by-uuid/629a7421-24a0-45e6-87af-031574d9d46d";
      fsType = "btrfs";
      options = ["subvol=persist" "compress=zstd"];
    };

    "/swap" = {
      device = "/dev/disk/by-uuid/629a7421-24a0-45e6-87af-031574d9d46d";
      fsType = "btrfs";
      options = ["subvol=swap" "noatime"];
    };

    "/boot" = {
      device = "/dev/disk/by-uuid/1D01-7040";
      fsType = "vfat";
    };
  };
  swapDevices = [
    {
      device = "/swap/swapfile";
      size = 8 * 1024;
    }
  ];
}

{
  boot.initrd.luks.devices."cryptroot".devic
e = "/dev/disk/by-uuid/b5d09a8b-54a9-4f72-82
8c-5cceea2ec287";
  fileSystems = {
    "/" = {
      device = "/dev/disk/by-uuid/629a7421-2
4a0-45e6-87af-031574d9d46d";
      fsType = "btrfs";
      options = ["subvol=root" "compress=zst
d" "noatime"];
    };

    "/nix" = {
      device = "/dev/disk/by-uuid/629a7421-2
4a0-45e6-87af-031574d9d46d";
      fsType = "btrfs";
      options = ["subvol=nix" "compress=zstd
" "noatime"];
    };

    "/persist" = {
      device = "/dev/disk/by-uuid/629a7421-2
4a0-45e6-87af-031574d9d46d";
      fsType = "btrfs";
      options = ["subvol=persist" "compress=
zstd"];
    };

    "/swap" = {
      device = "/dev/disk/by-uuid/629a7421-2
4a0-45e6-87af-031574d9d46d";
      fsType = "btrfs";
      options = ["subvol=swap" "noatime"];
    };

    "/boot" = {
      device = "/dev/disk/by-uuid/1D01-7040"
;
      fsType = "vfat";
    };
  };
  swapDevices = [
    {
      device = "/swap/swapfile";
      size = 8 * 1024;
    }
  ];
}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET