remove clanDir default
The default value for clanDir did not make sense, as it pointed to the directory of the module definition Also, we should not have a default at this level as all.
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
self.nixosModules.test-backup
|
||||
];
|
||||
virtualisation.emptyDiskImages = [ 256 ];
|
||||
clan.core.clanDir = ./.;
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
|
||||
Reference in New Issue
Block a user