fix disko

This commit is contained in:
Richard Mauer 2024-12-30 22:37:10 -05:00
parent 35c100318b
commit 05aa54110c

View File

@ -5,7 +5,7 @@
description = "Custom installation script";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
path = [ pkgs.util-linux pkgs.parted pkgs.nixos-install-tools pkgs.nixos-anywhere pkgs.diskco ];
path = [ pkgs.util-linux pkgs.parted pkgs.nixos-install-tools pkgs.nixos-anywhere pkgs.disko ];
serviceConfig = {
Type = "oneshot";