Add minimal NixOracle host config

This commit is contained in:
ltadeu6 2026-04-26 18:53:29 -03:00
parent 8861f27e86
commit deb5343d20
5 changed files with 113 additions and 2 deletions

View file

@ -62,5 +62,12 @@
}
];
};
nixosConfigurations.NixOracle = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
./hosts/NixOracle/configuration.nix
];
};
};
}