From f0acd5c32d4e46cd3ad6fc1b848e9bf325a6d3f5 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 23:52:35 +0100 Subject: installed nixos on the laptop host, updated disko --- hosts/laptop/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hosts/laptop/configuration.nix') diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index c3f2d24..b77bbb3 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -1,10 +1,12 @@ -{ username, ... }: +{ username, inputs, ... }: { system.stateVersion = "25.05"; imports = [ - ./hardware-configuration.nix + inputs.disko.nixosModules.disko ./disko.nix + + ./hardware-configuration.nix ../../sys/default.nix ]; -- cgit v1.3