This commit is contained in:
parent
8208ac6db1
commit
5ee92ae641
|
@ -18,6 +18,13 @@ in
|
||||||
tokenFile = ""; # dynamically retrieved from Forgejo (see further below)
|
tokenFile = ""; # dynamically retrieved from Forgejo (see further below)
|
||||||
name = config.networking.hostName;
|
name = config.networking.hostName;
|
||||||
labels = [ "native:host" ];
|
labels = [ "native:host" ];
|
||||||
|
hostPackages = with pkgs; [
|
||||||
|
nix
|
||||||
|
gitMinimal
|
||||||
|
bash
|
||||||
|
coreutils
|
||||||
|
curl
|
||||||
|
];
|
||||||
settings = {
|
settings = {
|
||||||
container.network = "host";
|
container.network = "host";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue