From 037bee53a4e719ba3ed4ccc48b3c6a2edc52b883 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 Sep 2026 14:43:25 +0200 Subject: skadhi: initial commit --- system-profiles/disko.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system-profiles/disko.nix (limited to 'system-profiles/disko.nix') diff --git a/system-profiles/disko.nix b/system-profiles/disko.nix new file mode 100644 index 00000000..52e1f003 --- /dev/null +++ b/system-profiles/disko.nix @@ -0,0 +1,5 @@ +{ flakeInputs, ... }: { + imports = [ + flakeInputs.disko.nixosModules.disko + ]; +} -- cgit v1.2.3