nixosTests.*: update to use virtualisation.fileSystems
This commit is contained in:
@@ -16,7 +16,7 @@ import ./make-test-python.nix ({ pkgs, ...} : rec {
|
||||
environment.variables.EDITOR = mkOverride 0 "emacs";
|
||||
documentation.nixos.enable = mkOverride 0 true;
|
||||
systemd.tmpfiles.rules = [ "d /tmp 1777 root root 10d" ];
|
||||
fileSystems = mkVMOverride { "/tmp2" =
|
||||
virtualisation.fileSystems = { "/tmp2" =
|
||||
{ fsType = "tmpfs";
|
||||
options = [ "mode=1777" "noauto" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user