Última actividad 1728960603

knox revisó este gist 1728960602. Ir a la revisión

1 file changed, 13 insertions

HOSTS-readme-12.nix(archivo creado)

@@ -0,0 +1,13 @@
1 + {
2 + inputs.hosts.url = "github:StevenBlack/hosts";
3 + outputs = { self, nixpkgs, hosts }: {
4 + nixosConfigurations.my-hostname = {
5 + system = "<architecture>";
6 + modules = [
7 + hosts.nixosModule {
8 + networking.stevenBlackHosts.enable = true;
9 + }
10 + ];
11 + };
12 + };
13 + }
Siguiente Anterior