20.05.2026

This commit is contained in:
LunarAkai 2026-05-20 06:08:33 +02:00
commit ee71f3e4fe
7 changed files with 59 additions and 16 deletions

View file

@ -62,6 +62,7 @@
inputs.nix-software-center.packages.${system}.nix-software-center
inputs.nixos-conf-editor.packages.${system}.nixos-conf-editor
xorg.libX11
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
];
# ssh agent

View file

@ -16,7 +16,7 @@
boot.extraModulePackages = [];
fileSystems."/" = {
device = "/dev/disk/by-uuid/a7f5df73-8af4-4f3c-9281-dae870b228ee";
device = "/dev/disk/by-uuid/fc4ccd02-eedf-413e-9704-63cb27d07b16";
fsType = "ext4";
};
@ -31,7 +31,7 @@
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/8374-D896";
device = "/dev/disk/by-uuid/134D-F3E7";
fsType = "vfat";
options = ["fmask=0077" "dmask=0077"];
};