diff --git a/configs/user-gui.nix b/configs/user-gui.nix index e8a6c39..17f7a60 100644 --- a/configs/user-gui.nix +++ b/configs/user-gui.nix @@ -61,6 +61,8 @@ # kdenlive # shotcut + telegram-desktop + vorta kitty diff --git a/machine/framework/configuration.nix b/machine/framework/configuration.nix index 6c2f935..f73c2d1 100644 --- a/machine/framework/configuration.nix +++ b/machine/framework/configuration.nix @@ -48,7 +48,7 @@ in { boot = { tmp.useTmpfs = false; - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_6_11; initrd = { luks.devices = { diff --git a/machine/framework/hardware-configuration.nix b/machine/framework/hardware-configuration.nix index 2e3cf1b..6cea8db 100644 --- a/machine/framework/hardware-configuration.nix +++ b/machine/framework/hardware-configuration.nix @@ -18,22 +18,22 @@ ]; fileSystems = { - # "/" = { - # device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc"; - # fsType = "btrfs"; - # options = [ - # "subvol=root" - # "discard=async" - # "compress=zstd" - # "nodiratime" - # "noatime" - # ]; - # }; "/" = { - device = "none"; - fsType = "tmpfs"; - options = ["defaults" "size=16G" "mode=755"]; + device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc"; + fsType = "btrfs"; + options = [ + "subvol=root" + "discard=async" + "compress=zstd" + "nodiratime" + "noatime" + ]; }; + # "/" = { + # device = "none"; + # fsType = "tmpfs"; + # options = ["defaults" "size=16G" "mode=755"]; + # }; "/home" = { device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc"; fsType = "btrfs";