misc forgotten changes
This commit is contained in:
parent
dc43445f75
commit
9cf13e0acc
4 changed files with 11 additions and 11 deletions
|
|
@ -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; [
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue