Compare commits
1 Commits
4987f8eece
...
53f2eb4f2e
Author | SHA1 | Date |
---|---|---|
Oystein Kristoffer Tveit | 53f2eb4f2e |
14
flake.nix
14
flake.nix
|
@ -23,8 +23,10 @@
|
|||
nix-gitea-themes.url = "git+https://git.pvv.ntnu.no/oysteikt/nix-gitea-themes.git";
|
||||
nix-gitea-themes.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
greg-ng.url = "git+https://git.pvv.ntnu.no/Projects/greg-ng.git";
|
||||
greg-ng.inputs.nixpkgs.follows = "nixpkgs";
|
||||
greg.url = "git+https://git.pvv.ntnu.no/Projects/greg-ng.git";
|
||||
greg.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# grzegorz.url = "git+https://git.pvv.ntnu.no/Projects/grzegorz.git";
|
||||
# grzegorz.inputs.nixpkgs.follows = "nixpkgs";
|
||||
grzegorz-clients.url = "git+https://git.pvv.ntnu.no/Projects/grzegorz-clients.git";
|
||||
grzegorz-clients.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
|
@ -116,20 +118,20 @@
|
|||
|
||||
brzeczyszczykiewicz = stableNixosConfig "brzeczyszczykiewicz" {
|
||||
modules = [
|
||||
# inputs.greg.nixosModules.default
|
||||
inputs.grzegorz-clients.nixosModules.grzegorz-webui
|
||||
inputs.greg-ng.nixosModules.default
|
||||
];
|
||||
overlays = [
|
||||
inputs.greg-ng.overlays.default
|
||||
inputs.greg.overlays.default
|
||||
];
|
||||
};
|
||||
georg = stableNixosConfig "georg" {
|
||||
modules = [
|
||||
# inputs.greg.nixosModules.default
|
||||
inputs.grzegorz-clients.nixosModules.grzegorz-webui
|
||||
inputs.greg-ng.nixosModules.default
|
||||
];
|
||||
overlays = [
|
||||
inputs.greg-ng.overlays.default
|
||||
inputs.greg.overlays.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue