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" ]; }