integrate htpc and associated configuration

This commit is contained in:
k3t
2026-06-01 20:33:57 -06:00
parent 8209672944
commit db7a8a3f6e
21 changed files with 289 additions and 33 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
{
security.polkit.enable = true;
security = {
sudo.execWheelOnly = true;
polkit.enable = true;
protectKernelImage = true;
};
system.autoUpgrade = {
enable = true;
flake = "git+https://k3t.dev/git/nixconf.git?ref=main";