Serve element-web directly from web-public-2

This commit is contained in:
fi 2023-07-25 22:10:04 +02:00
parent f213e05e46
commit 389632748c
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
3 changed files with 106 additions and 24 deletions

View file

@ -46,22 +46,6 @@
};
} // builtins.mapAttrs (self.generateColmenaHost) self.hosts;
/* generateNixosSystem = {
name,
system ? "x86_64-linux",
group ? null,
modules ? [],
}:
let localNixpkgs = nixpkgs.lib.attrByPath [ "nixpkgs-${name}" ] nixpkgs inputs;
in localNixpkgs.lib.nixosSystem {
modules = modules ++ [
./configuration/common
./users/yuri
./users/colmena-deploy
(./hosts + "/${name}")
];
}; */
hydraJobs = {
nixConfigurations.nitter = let system = "x86_64-linux";
in nixpkgs.lib.nixosSystem {