fix: Use tmpl with generic
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}:
|
||||
{
|
||||
networking = {
|
||||
hostName = "nixos";
|
||||
hostName = "generic";
|
||||
domain = "oceanbox.io";
|
||||
search = [ "oceanbox.io" ];
|
||||
firewall.allowedTCPPorts = [ ];
|
||||
|
||||
@@ -20,5 +20,5 @@ in
|
||||
# "${self}/modules/my-cool-module/thing.nix"
|
||||
outPath = ./.;
|
||||
|
||||
nixosConfigurations.generic = nixos nixpkgs ./configuration.nix;
|
||||
nixosConfigurations.generic = nixos nixpkgs ./configuration.tmpl.nix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user