From fd7724dbd0c21449d5286e272a5d5020e1fc4372 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 12 Jan 2026 17:30:18 +0100 Subject: move some stuff out of flake.nix --- disko.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'disko.nix') diff --git a/disko.nix b/disko.nix index 469019e..dc0bd2c 100644 --- a/disko.nix +++ b/disko.nix @@ -1,4 +1,7 @@ +{ config, inputs, ... }: { + imports = [ inputs.disko.nixosModules.disko ]; + disko.devices = { disk = { main = { -- cgit v1.2.3