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/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hosts/mystra/default.nix (limited to 'hosts/mystra/default.nix') diff --git a/hosts/mystra/default.nix b/hosts/mystra/default.nix new file mode 100644 index 0000000..5a7fad5 --- /dev/null +++ b/hosts/mystra/default.nix @@ -0,0 +1,12 @@ +{ + self, + inputs, + ... +}: { + flake.nixosConfigurations.mystra = inputs.nixpkgs.lib.nixosSystem { + modules = [ + self.nixosModules.mystraConfiguration + inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x220 + ]; + }; +} -- cgit v1.2.3