Files
nix-fleet/modules/hosts/computer-mo/nixos-configurations.nix
2026-03-03 21:01:15 +01:00

7 lines
152 B
Nix

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