Assign a static IP address

This commit is contained in:
2022-01-05 13:54:59 +01:00
parent b9ed94d3ee
commit 278cec1682
2 changed files with 22 additions and 13 deletions

View File

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