From d30e60036816173d01ca48a0f76dbcf78352a01f Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 28 Jun 2026 13:11:32 +0200 Subject: Moved hosts to be a top level directory instead of under modules --- hosts/mystra/configuration.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hosts/mystra/configuration.nix (limited to 'hosts/mystra/configuration.nix') diff --git a/hosts/mystra/configuration.nix b/hosts/mystra/configuration.nix new file mode 100644 index 0000000..0185c19 --- /dev/null +++ b/hosts/mystra/configuration.nix @@ -0,0 +1,19 @@ +{ + self, + inputs, + ... +}: { + flake.nixosModules.mystraConfiguration = { + pkgs, + lib, + ... + }: { + imports = [ + self.nixosModules.mystraHardware + self.nixosModules.system + self.nixosModules.niri + ]; + + # ... + }; +} -- cgit v1.2.3