summaryrefslogtreecommitdiff
path: root/system-profiles/disko.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/disko.nix')
-rw-r--r--system-profiles/disko.nix5
1 files changed, 5 insertions, 0 deletions
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 @@
1{ flakeInputs, ... }: {
2 imports = [
3 flakeInputs.disko.nixosModules.disko
4 ];
5}