Utoljára aktív 1728960603

Revízió 9a92bff51a1183b169d46edaed1f81b6aa8e2168

HOSTS-readme-12.nix Eredeti
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}