Enable tailscale
Install nheko and handbrake Enable cdrom kernel module
This commit is contained in:
parent
03164646a5
commit
f933a38b7d
2 changed files with 4 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
2
home.nix
2
home.nix
|
@ -114,6 +114,8 @@
|
|||
vlc
|
||||
vorta
|
||||
wireshark
|
||||
nheko
|
||||
handbrake
|
||||
]);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue