mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
switched to zfs on the thinkpad
This commit is contained in:
parent
cb5c8e1717
commit
be6057ebf0
6 changed files with 103 additions and 41 deletions
|
@ -14,6 +14,7 @@
|
|||
networking = {
|
||||
useNetworkd = true;
|
||||
hostName = "thinkpad";
|
||||
hostId = "79353b92"; # Define your hostname.
|
||||
firewall.allowedTCPPortRanges = [{ from = 1714; to = 1764; }]; # open ports for kde connect
|
||||
firewall.allowedUDPPortRanges = [{ from = 1714; to = 1764; }];
|
||||
wireless = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue