summaryrefslogtreecommitdiff
path: root/beta/configuration.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-07-04 13:03:44 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-07-04 13:03:44 +0200
commitd3de03009953054b2dfdf3540014bb6c0bde1670 (patch)
treef3e1f7d8c42b0d47b9ff8cd2ef4c3c9d00dbae05 /beta/configuration.nix
parent159d2947bf673ee16e5d765b61cebf12e6b67691 (diff)
fix disk id and hostname and hostid
Diffstat (limited to 'beta/configuration.nix')
-rw-r--r--beta/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/beta/configuration.nix b/beta/configuration.nix
index 2f139e9..047b551 100644
--- a/beta/configuration.nix
+++ b/beta/configuration.nix
@@ -18,8 +18,8 @@
hardware.graphics.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
# our hostname and an ID for ZFS
- networking.hostName = "mini";
- networking.hostId = "e925ccfb";
+ networking.hostName = "beta";
+ networking.hostId = "3f20def9";
# classic dhcpcd
networking.networkmanager.enable = false;