From 305334d8abbede0e89ab6acd347035a54c35b3f9 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 26 Oct 2025 01:05:28 +0200 Subject: [PATCH] feat: adds `imilia` --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flake.nix b/flake.nix index 793edef..53d9727 100644 --- a/flake.nix +++ b/flake.nix @@ -159,6 +159,16 @@ inherit self inputs username; }; }; + imilia = nixpkgs.lib.nixosSystem { + inherit system; + modules = [ + (import ./hosts/imilia) + ]; + specialArgs = { + host = "imilia"; + inherit self inputs username; + }; + }; }; }; }