enable virtualization, add gnome-boxes, update vstech vpn

This commit is contained in:
2026-01-15 13:31:42 +01:00
parent 55f023f946
commit bba10e1cd2
3 changed files with 12 additions and 7 deletions

2
.gitignore vendored
View File

@@ -12,6 +12,7 @@ forge/
gdu/
GIMP/
git/
gnome-boxes/
gnuradio/
go/
gpu-screen-recorder/
@@ -22,6 +23,7 @@ inkscape/
hypr/
lazygit/
libreoffice/
libvirt/
matplotlib/
matugen/
monero-project/

View File

@@ -78,6 +78,7 @@
probe-rs-tools
elf2uf2-rs
dbeaver-bin
gnome-boxes
# AI development tools
claude-code

View File

@@ -83,7 +83,7 @@
# Trust the Tailscale interface
networking.firewall.trustedInterfaces = [ "tailscale0" ];
# Disable reverse path filtering for Tailscale ╎│
# Disable reverse path filtering for Tailscale
boot.kernel.sysctl."net.ipv4.conf.tailscale0.rp_filter" = 0;
# Enable resolved
@@ -101,7 +101,7 @@
topology subnet
ca /home/lusia/VSTech-vpn/ca.crt
cert /home/lusia/VSTech-vpn/Klient251.crt
key /home/lusia/VSTech-vpn/Klient251.key
key /home/lusia/VSTech-vpn/Klient251.inline
tls-crypt /home/lusia/VSTech-vpn/ta.key
auth sha512
@@ -155,9 +155,6 @@
keyMap = "pl";
};
# Enable niri
# programs.niri.enable = true;
# Enable fish
programs.fish.enable = true;
@@ -198,7 +195,7 @@
users.users.lusia = {
isNormalUser = true;
description = "Lukrecja";
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" "wireshark" ];
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" "wireshark" "libvirtd" "kvm" ];
initialPassword = "pass";
shell = pkgs.fish;
};
@@ -216,6 +213,9 @@
services.openssh.enable = true;
security.sudo.enable = true;
# Enable virtualisation
virtualisation.libvirtd.enable = true;
# Enable xwayland
programs.xwayland.enable = true;
@@ -301,7 +301,9 @@
# Enable OpenTabletDriver
hardware.opentabletdriver.enable = true;
hardware.uinput.enable = true;
boot.kernelModules = [ "uinput" "usbmon" ];
# Enable kernel modules
boot.kernelModules = [ "uinput" "usbmon" "kvm-amd" ];
# Enable PPD for power options
services.power-profiles-daemon.enable = true;