Add pipewire and nvidia

This commit is contained in:
2025-09-26 01:06:26 +02:00
parent 81c83f6264
commit dc6e082a50
9 changed files with 69 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
{
networking = {
hostName = "${hostname}";
interfaces.enp1s0 = {
interfaces.enp5s0 = {
ipv4.addresses = [
{
address = "192.168.0.2";
@@ -15,7 +15,7 @@
};
defaultGateway = {
address = "192.168.0.254";
interface = "enp1s0";
interface = "enp5s0";
};
nameservers = [
"9.9.9.9"