From 8dcf355819cc6cd1e87924218c1adcd900ecda84 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Fri, 28 Aug 2026 23:27:52 -0700 Subject: refactor base nixos modules --- machines/common/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 machines/common/default.nix (limited to 'machines/common/default.nix') 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 + ]; +} -- cgit v1.3.1