framework-2024-12-25-12-37-33

This commit is contained in:
Alexander Szczepanski
2024-12-25 12:37:33 +01:00
parent f6d2865211
commit 82abd6355c
3 changed files with 17 additions and 15 deletions

View File

@ -61,6 +61,8 @@
# kdenlive
# shotcut
telegram-desktop
vorta
kitty

View File

@ -48,7 +48,7 @@ in {
boot = {
tmp.useTmpfs = false;
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_6_11;
initrd = {
luks.devices = {

View File

@ -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";