diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |
