From 76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 26 Dec 2021 15:05:37 +0700 Subject: Update in the name of Christ --- nix/hardware-configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nix/hardware-configuration.nix') diff --git a/nix/hardware-configuration.nix b/nix/hardware-configuration.nix index 5af5d36..f514c1e 100644 --- a/nix/hardware-configuration.nix +++ b/nix/hardware-configuration.nix @@ -15,6 +15,7 @@ kernelModules = [ ]; }; kernelModules = [ "kvm-intel" ]; + kernelPackages = pkgs.linuxPackages_latest; extraModulePackages = [ ]; }; @@ -23,6 +24,7 @@ "/" = { device = "none"; fsType = "tmpfs"; + options = [ "mode=755" ]; }; "/boot" = { @@ -60,6 +62,12 @@ options = [ "subvol=log" "compress-force=zstd" ]; neededForBoot = true; }; + + "/home/sea/Videos/Movies" = { + device = "/dev/disk/by-uuid/75646045-86cf-4b97-90ad-7acd384f8b35"; + fsType = "btrfs"; + options = [ "subvol=movies" "compress-force=zstd" "noatime" ]; + }; }; services.fstrim.enable = true; -- cgit 1.4.1