feat: nixbook on gnome wayland

This commit is contained in:
Thiago Sposito 2025-08-30 23:19:46 -03:00
parent 955bf3c105
commit 73c352c872
Signed by: thiago
GPG key ID: 3065EA73A976D430
9 changed files with 196 additions and 51 deletions

View file

@ -42,14 +42,15 @@
};
networking.firewall = {
enable = true;
allowPing = true;
allowedTCPPorts = [
11434
8888
8000
8080
];
allowPing = true;
enable = true;
hostName = "Nixstation";
};
nix = {