summaryrefslogtreecommitdiff
path: root/machines/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/common/default.nix')
-rw-r--r--machines/common/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/machines/common/default.nix b/machines/common/default.nix
new file mode 100644
index 0000000..df8e60c
--- /dev/null
+++ b/machines/common/default.nix
@@ -0,0 +1,12 @@
+{ ... }:
+{
+ imports = [
+ ./base.nix
+ ./pipewire.nix
+ ./printer.nix
+ ./rip.nix
+ ./tailscale.nix
+ ./user.nix
+ ./x11.nix
+ ];
+}