something

This commit is contained in:
yaroslav
2026-04-13 23:01:26 +03:00
parent 5ce30bcc01
commit 393aca0d30
4 changed files with 36 additions and 44 deletions
+7 -7
View File
@@ -16,7 +16,7 @@
boot.kernelParams = [
"video=DP-1:1920x1080@60"
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_lqx;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.zfs.package = pkgs.zfs_2_4;
fileSystems."/" =
{ device = "none";
@@ -55,12 +55,12 @@
fsType = "ext4";
options = [ "x-mount.mkdir" "rw" ];
};
fileSystems."/Volumes/ssd_g" =
{
device = "/dev/disk/by-id/ata-KINGSTON_SA400S37240G_50026B77846D940A-part1";
fsType = "btrfs";
options = [ "x-mount.mkdir" "rw" ];
};
# fileSystems."/Volumes/ssd_g" =
# {
# device = "/dev/disk/by-id/ata-KINGSTON_SA400S37240G_50026B77846D940A-part1";
# fsType = "btrfs";
# options = [ "x-mount.mkdir" "rw" ];
# };
swapDevices = [ ];