updates...

This commit is contained in:
zack 2024-09-21 18:49:15 -04:00
parent 24716c999a
commit d94793e019
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
10 changed files with 215 additions and 81 deletions

View file

@ -71,7 +71,6 @@
unmanaged = ["enp6s0"];
# insertNameservers = ["1.1.1.1" "1.0.0.1"];
};
# networking.firewall.enable = false;
boot.kernelPackages = lib.custom.pkgs-unstable.linuxPackages_zen;
boot.supportedFilesystems = ["ntfs"];
@ -116,6 +115,8 @@
catppuccin.enable = true;
programs.virt-manager.enable = true;
sites.jellyfin.enable = true;
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;