From 258e5a6b0e792d983627101cbd9ba558f8252641 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 19 Dec 2023 10:04:45 +0100 Subject: [PATCH] refactor: remove obsolete zfs settings --- machines/p330/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/machines/p330/configuration.nix b/machines/p330/configuration.nix index 3313dd3..14add4f 100644 --- a/machines/p330/configuration.nix +++ b/machines/p330/configuration.nix @@ -2,8 +2,5 @@ { networking.hostName = "p330"; - networking.hostId = "05130071"; - boot.loader.grub.enableCryptodisk = true; - boot.supportedFilesystems = [ "zfs" ]; }