add psql passwords; rename md
This commit is contained in:
parent
51d225e7b4
commit
1b2e45f838
6 changed files with 80 additions and 42 deletions
|
|
@ -93,14 +93,14 @@
|
|||
./hosts/matrix
|
||||
];
|
||||
};
|
||||
nixosConfigurations."hedgedoc" = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations."md" = 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/hedgedoc
|
||||
./hosts/md
|
||||
];
|
||||
};
|
||||
nixosConfigurations."sql" = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue