update paths in makefu cfg
This commit is contained in:
parent
b6e2a64041
commit
0872fc9b76
|
@ -8,8 +8,8 @@
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
|
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
|
||||||
../../2configs/makefu/base.nix
|
../2configs/base.nix
|
||||||
../../2configs/makefu/cgit-retiolum.nix
|
../2configs/cgit-retiolum.nix
|
||||||
];
|
];
|
||||||
krebs.build.host = config.krebs.hosts.pnp;
|
krebs.build.host = config.krebs.hosts.pnp;
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,7 @@ with lib;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
jq
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
gnumake
|
gnumake
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
# TODO: remove tv lib :)
|
# TODO: remove tv lib :)
|
||||||
with import ../../4lib/tv { inherit lib pkgs; };
|
with import ../../tv/4lib/{ inherit lib pkgs; };
|
||||||
let
|
let
|
||||||
|
|
||||||
out = {
|
out = {
|
||||||
imports = [ ../../3modules/krebs/git.nix ];
|
imports = [ ];
|
||||||
krebs.git = {
|
krebs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
root-title = "public repositories ";
|
root-title = "public repositories ";
|
||||||
|
|
Loading…
Reference in a new issue