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