Create jellyfin VM
Update DNS for new Jellyfin box Update DHCP for new Jellyfin box Modify Isaiah to work better with VMs Update pinned packages becaue I derped hard on creating a cyclic dependency
This commit is contained in:
+1
-3
@@ -1,4 +1,4 @@
|
||||
{ pkgs, top, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
c = pkgs.callPackage;
|
||||
@@ -16,6 +16,4 @@ in
|
||||
setup-ssh = c ./setup-ssh { };
|
||||
upgrade-pg-cluster = c ./upgrade-pg-cluster.nix { };
|
||||
zim = c ./zim.nix { };
|
||||
|
||||
matrix = top.nixosConfigurations.vm-matrix.config.formats.qcow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user