framework-2024-12-25-12-37-33
This commit is contained in:
@ -61,6 +61,8 @@
|
|||||||
# kdenlive
|
# kdenlive
|
||||||
# shotcut
|
# shotcut
|
||||||
|
|
||||||
|
telegram-desktop
|
||||||
|
|
||||||
vorta
|
vorta
|
||||||
kitty
|
kitty
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ in {
|
|||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
tmp.useTmpfs = false;
|
tmp.useTmpfs = false;
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_6_11;
|
||||||
|
|
||||||
initrd = {
|
initrd = {
|
||||||
luks.devices = {
|
luks.devices = {
|
||||||
|
@ -18,22 +18,22 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
# "/" = {
|
|
||||||
# device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc";
|
|
||||||
# fsType = "btrfs";
|
|
||||||
# options = [
|
|
||||||
# "subvol=root"
|
|
||||||
# "discard=async"
|
|
||||||
# "compress=zstd"
|
|
||||||
# "nodiratime"
|
|
||||||
# "noatime"
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "none";
|
device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc";
|
||||||
fsType = "tmpfs";
|
fsType = "btrfs";
|
||||||
options = ["defaults" "size=16G" "mode=755"];
|
options = [
|
||||||
|
"subvol=root"
|
||||||
|
"discard=async"
|
||||||
|
"compress=zstd"
|
||||||
|
"nodiratime"
|
||||||
|
"noatime"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
# "/" = {
|
||||||
|
# device = "none";
|
||||||
|
# fsType = "tmpfs";
|
||||||
|
# options = ["defaults" "size=16G" "mode=755"];
|
||||||
|
# };
|
||||||
"/home" = {
|
"/home" = {
|
||||||
device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc";
|
device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
Reference in New Issue
Block a user