summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/parts.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/parts.nix b/modules/parts.nix
new file mode 100644
index 0000000..8afaa04
--- /dev/null
+++ b/modules/parts.nix
@@ -0,0 +1,7 @@
+{
+ config = {
+ systems = [
+ "x86_64-linux"
+ ];
+ };
+}