This commit is contained in:
2026-03-03 21:02:32 +01:00
parent af801472bc
commit 24be2b67e5

View File

@@ -0,0 +1,6 @@
{ inputs, ... }: {
flake.nixosConfigurations."computer-mo" = inputs.self.lib.mkHost {
system = "x86_64-linux";
host = "computer-mo";
};
}