From c2e7208de4e3e7d018560175808f838aa6861b68 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 22 Dec 2025 03:44:33 +0100 Subject: disko config for desktop host for future reinstalls --- hosts/desktop/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index b74efe5..6f9b000 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,8 +1,10 @@ -{ username, ... }: +{ inputs, username, ... }: { system.stateVersion = "25.05"; imports = [ + inputs.disko.nixosModules.disko + ./hardware-configuration.nix ../../sys/default.nix ]; -- cgit v1.3