feat: nixbook on gnome wayland
This commit is contained in:
parent
955bf3c105
commit
73c352c872
9 changed files with 196 additions and 51 deletions
|
|
@ -42,14 +42,15 @@
|
|||
};
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
allowedTCPPorts = [
|
||||
11434
|
||||
8888
|
||||
8000
|
||||
8080
|
||||
];
|
||||
allowPing = true;
|
||||
enable = true;
|
||||
hostName = "Nixstation";
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue