mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-12-09 20:17:14 +01:00
move jokum to nixos bicep
This commit is contained in:
10
hosts/bicep/services/jokum.nix
Normal file
10
hosts/bicep/services/jokum.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user