11 lines
206 B
Nix
11 lines
206 B
Nix
|
{config, lib, pkgs, inputs, values, ...}:
|
||
|
|
||
|
{
|
||
|
# lfmao
|
||
|
containers.jokum = {
|
||
|
interfaces = [ "ens10f1" ];
|
||
|
# wtf
|
||
|
path = inputs.self.nixosConfigurations.jokum.config.system.build.toplevel;
|
||
|
};
|
||
|
}
|