···4 maintainers = with lib.maintainers; [ patryk27 ];
5 };
67- machine = { ... }: {
8 # We're using the newest kernel, so that we can test containers with long names.
9 # Please see https://github.com/NixOS/nixpkgs/issues/38509 for details.
10 boot.kernelPackages = pkgs.linuxPackages_latest;
···4 maintainers = with lib.maintainers; [ patryk27 ];
5 };
67+ nodes.machine = { ... }: {
8 # We're using the newest kernel, so that we can test containers with long names.
9 # Please see https://github.com/NixOS/nixpkgs/issues/38509 for details.
10 boot.kernelPackages = pkgs.linuxPackages_latest;
+1-1
nixos/tests/containers-nested.nix
···56 meta = with pkgs.lib.maintainers; { maintainers = [ sorki ]; };
78- machine = { lib, ... }:
9 let
10 makeNested = subConf: {
11 containers.nested = {
···56 meta = with pkgs.lib.maintainers; { maintainers = [ sorki ]; };
78+ nodes.machine = { lib, ... }:
9 let
10 makeNested = subConf: {
11 containers.nested = {
···51 maintainers = [ patryk27 ];
52 };
5354- machine = { lib, ... }: {
55 virtualisation = {
56 # Since we're testing `limits.cpu`, we've gotta have a known number of
57 # cores to lean on
···51 maintainers = [ patryk27 ];
52 };
5354+ nodes.machine = { lib, ... }: {
55 virtualisation = {
56 # Since we're testing `limits.cpu`, we've gotta have a known number of
57 # cores to lean on
···67 # This test checks the creation and reading of a file in sandbox mode. Used simple lua script.
89- machine = { pkgs, ... }: {
10 nixpkgs.overlays = [
11 (self: super: {
12 nginx-lua = super.nginx.override {
···67 # This test checks the creation and reading of a file in sandbox mode. Used simple lua script.
89+ nodes.machine = { pkgs, ... }: {
10 nixpkgs.overlays = [
11 (self: super: {
12 nginx-lua = super.nginx.override {