move things around
This commit is contained in:
parent
75ddfec129
commit
8b75271fef
5 changed files with 85 additions and 201 deletions
18
flake.nix
18
flake.nix
|
|
@ -88,18 +88,7 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
./hosts/matrix.nix
|
||||
|
||||
./services/openssh.nix
|
||||
|
||||
./services/nginx.nix
|
||||
./services/postgres.nix
|
||||
|
||||
./services/synapse.nix
|
||||
./services/draupnir.nix
|
||||
|
||||
./services/prometheus.nix
|
||||
./services/grafana.nix
|
||||
./hosts/matrix
|
||||
];
|
||||
};
|
||||
nixosConfigurations."hedgedoc" = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -109,10 +98,7 @@
|
|||
modules = [
|
||||
agenix.nixosModules.default
|
||||
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
|
||||
|
||||
./hosts/hedgedoc.nix
|
||||
|
||||
./services/openssh.nix
|
||||
./hosts/hedgedoc
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue