From cffd1ca1dee075becdf91dae1a6bafa0ee072964 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sun, 23 Nov 2025 19:13:40 +0100 Subject: add zfs --- configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 3528c89..3ea4a3a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -23,6 +23,7 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "oden"; + networking.hostId = "0de6fce1"; # needed for zfs, taken from /etc/machine-id # Set your time zone. time.timeZone = "Europe/Stockholm"; -- cgit v1.2.3