最后活跃于 1728960603

knox 修订了这个 Gist 1728960602. 跳至此修订

1 file changed, 13 insertions

HOSTS-readme-12.nix(file created)

@@ -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 + }
更新 更早