From bd2bca99b5e27f3dc7b657f139947e51458ee8cb Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 21 Dec 2024 20:30:43 +0100 Subject: fix(modules/disko): Remove deprecated legacy type and migrate to `by-name` --- hosts/server1/configuration.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'hosts/server1/configuration.nix') diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix index 0bbb993..2d35bd8 100644 --- a/hosts/server1/configuration.nix +++ b/hosts/server1/configuration.nix @@ -21,8 +21,5 @@ networking.hostName = "server1"; networking.domain = "vhack.eu"; - # FIXME: Find a better way to specify the disk - system.disks.disk = "/dev/vda"; - system.stateVersion = "22.11"; } -- cgit 1.4.1