feat: DHCP for desktop
This commit is contained in:
parent
bb41c51344
commit
d2bd5abbed
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "ooksdesk";
|
||||
useDHCP = true;
|
||||
};
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ in
|
|||
enable = true;
|
||||
dns = "systemd-resolved";
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [57621];
|
||||
networking.firewall.allowedTCPPorts = [57621]; # Spotify
|
||||
|
||||
services = {
|
||||
openssh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue