diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2025-11-23 19:13:40 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2025-11-24 00:17:07 +0100 |
| commit | cffd1ca1dee075becdf91dae1a6bafa0ee072964 (patch) | |
| tree | 7bfcd930531c88982c8366b8fd6fb0d6456badb8 /configuration.nix | |
| parent | 23d1f05aa80f313f222d27c942b727343f8130c6 (diff) | |
| download | oden-cffd1ca1dee075becdf91dae1a6bafa0ee072964.tar.gz | |
add zfs
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"; |
