This commit is contained in:
ediblerope 2026-03-28 15:57:10 +00:00 committed by GitHub
parent 0d29ecb0dd
commit f6fb6ceba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 146 additions and 55 deletions

View file

@ -20,7 +20,7 @@
wowup-cf
adwsteamgtk
proton-vpn
#inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
onlyoffice-desktopeditors
];
services.lact.enable = true;
@ -43,23 +43,11 @@
];
};
};
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 5;
boot.initrd.systemd.enable = true;
system.autoUpgrade = {
enable = true;
dates = "daily";
persistent = true;
allowReboot = false;
channel = "https://nixos.org/channels/nixos-unstable";
flags = [
"--upgrade"
"--option" "tarball-ttl" "0"
];
};
};
}

View file

@ -18,7 +18,7 @@
vlc
geary
proton-vpn
#inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
onlyoffice-desktopeditors
];