Add minimal NixOracle host config
This commit is contained in:
parent
8861f27e86
commit
deb5343d20
5 changed files with 113 additions and 2 deletions
|
|
@ -62,5 +62,12 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
nixosConfigurations.NixOracle = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./hosts/NixOracle/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue