move jokum to nixos bicep

This commit is contained in:
Daniel Olsen
2023-03-26 04:21:03 +02:00
parent dfe8b8b44c
commit 7620fb3dee
4 changed files with 21 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
{config, lib, pkgs, inputs, values, ...}:
{
# lfmao
containers.jokum = {
interfaces = [ "ens10f1" ];
# wtf
path = inputs.self.nixosConfigurations.jokum.config.system.build.toplevel;
};
}