nixosTests.*: update to use virtualisation.fileSystems
This commit is contained in:
@@ -8,7 +8,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
||||
nodes =
|
||||
{ client =
|
||||
{ pkgs, ... }:
|
||||
{ fileSystems = pkgs.lib.mkVMOverride
|
||||
{ virtualisation.fileSystems =
|
||||
{ "/public" = {
|
||||
fsType = "cifs";
|
||||
device = "//server/public";
|
||||
|
||||
Reference in New Issue
Block a user