add mqtt host
This commit is contained in:
parent
8256ba38c4
commit
b16ceb22ee
3 changed files with 85 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -273,6 +273,16 @@
|
|||
./hosts/git
|
||||
];
|
||||
};
|
||||
nixosConfigurations."mqtt" = nixpkgs.lib.nixosSystem {
|
||||
#system = "x86_64-linux";
|
||||
#pkgs = import nixpkgs { inherit system; };
|
||||
inherit system;
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
|
||||
./hosts/mqtt
|
||||
];
|
||||
};
|
||||
};
|
||||
#);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue