summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-16 15:17:23 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-16 15:17:23 +0200
commitfc7d0876caed738e72b3a6b0c288bced96f79529 (patch)
tree56142a08c88c7313bfb1f8546824b347864cf56c /modules
parent7d484f0e61df24d94481d6f3bfef9fcdff792eb0 (diff)
Switched to vimjoyer's nix parts template
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"
+ ];
+ };
+}