Enable tailscale

Install nheko and handbrake
Enable cdrom kernel module
This commit is contained in:
Pim Kunis 2024-07-22 20:26:10 +02:00
parent 03164646a5
commit f933a38b7d
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,7 @@
services = {
gnome.gnome-keyring.enable = lib.mkForce false;
tailscale.enable = true;
xserver = {
enable = true;
@ -203,7 +204,7 @@
};
boot = {
kernelModules = [ "kvm-intel" ];
kernelModules = [ "kvm-intel" "cdrom" ];
extraModulePackages = [ ];
initrd = {

View file

@ -114,6 +114,8 @@
vlc
vorta
wireshark
nheko
handbrake
]);
};