Serve element-web directly from web-public-2
This commit is contained in:
parent
f213e05e46
commit
389632748c
3 changed files with 106 additions and 24 deletions
16
flake.nix
16
flake.nix
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue