assault warnings
This commit is contained in:
parent
d381405e9f
commit
66a74af206
3 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
services.avahi.AllowInterfaces = ["eno1"];
|
||||
services.avahi.allowInterfaces = ["eno1"];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
home.homeDirectory = "/home/tulg";
|
||||
home.stateVersion = "25.05";
|
||||
gtk.gtk4.theme = config.gtk.theme; # sybau
|
||||
programs.firefox.configPath = ".mozilla/firefox"; # sybau mozilla shitbox
|
||||
|
||||
programs.vesktop.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,5 +24,4 @@
|
|||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
programs.firefox.configPath = ".mozilla/firefox"; # sybau mozilla shitbox
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue