Initial custom systemd-nspawn based containers rewrite

This commit is contained in:
2022-04-03 19:01:21 +01:00
parent 1d233e323f
commit 19dcdcfa30
5 changed files with 205 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
{
nixos.systems.colony = {
system = "x86_64-linux";
nixpkgs = "unstable";
nixpkgs = "mine";
home-manager = "unstable";
configuration = { lib, pkgs, modulesPath, config, ... }: