os/hosts/nougat-2/nougat-2.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
283 B
Nix
Raw Normal View History

2023-06-27 16:00:45 +00:00
{
config,
pkgs,
lib,
self,
...
}:
with lib; let
psCfg = config.pub-solar;
xdg = config.home-manager.users."${psCfg.user.name}".xdg;
in {
imports = [
./configuration.nix
2023-07-02 10:48:34 +00:00
./acme.nix
./caddy.nix
./keycloak.nix
./gitea.nix
./concourse.nix
];
2023-06-27 16:00:45 +00:00
}