misc forgotten changes

This commit is contained in:
alyx 2025-07-23 14:55:47 +01:00
parent dc43445f75
commit 9cf13e0acc
No known key found for this signature in database
4 changed files with 11 additions and 11 deletions

View file

@ -80,6 +80,8 @@
networking.firewall.checkReversePath = "loose";
networking.useDHCP = false;
services.resolved.enable = true;
systemd.network.enable = true;
@ -89,8 +91,6 @@
networkConfig.DHCP = "yes";
};
networking.useDHCP = false;
services.networkd-dispatcher = {
enable = true;
rules."50-tailscale" = {
@ -262,7 +262,7 @@
users.users.alyx = {
isNormalUser = true;
description = "Alyx";
extraGroups = [ "openrazer" "gamemode" "inputs" "networkmanager" "wheel" "libvirtd" "camera" "qemu-libvirtd" "lxd" ];
extraGroups = [ "openrazer" "pipewire" "gamemode" "inputs" "networkmanager" "wheel" "libvirtd" "camera" "qemu-libvirtd" "lxd" ];
packages = with pkgs; [
];
};