Revert "Assign a static IP address"

This reverts commit 8392ac213b.
This commit is contained in:
2022-01-03 10:00:52 +01:00
parent b2bea02dd1
commit b9ed94d3ee
2 changed files with 11 additions and 20 deletions

View File

@@ -34,6 +34,9 @@
# Cleanup tmp on startup
boot.cleanTmpDir = true;
# Set hostname
networking.hostName = "zion";
# Create coolneng user
users.users.coolneng = {
isNormalUser = true;
@@ -53,6 +56,7 @@
services.timesyncd.enable = true;
# Enable ZFS support
networking.hostId = "4e74ea68";
boot.supportedFilesystems = [ "zfs" ];
# Don't import encrypted datasets