nuke it all

This commit is contained in:
2026-02-25 00:25:09 +00:00
parent 1ef5057dff
commit 5325aba1cf
29 changed files with 123 additions and 579 deletions

View File

@@ -2,22 +2,12 @@
{
boot = {
kernelParams = ["nohibernate" "ipv6.disable=1"];
tmp.cleanOnBoot = true;
#kernelParams = ["nohibernate" "ipv6.disable=1"];
#tmp.cleanOnBoot = true;
# supportedFilesystems = ["ntfs"];
loader = {
grub = {
device = "nodev";
efiSupport = true;
enable = true;
useOSProber = true;
timeoutStyle = "menu";
efiInstallAsRemovable = true;
extraConfig = ''
insmod tpm
'';
};
timeout = 300;
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
};
}