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:
DavHau
2024-08-26 15:23:59 +02:00
parent 18c8bc4a3e
commit b14a520b06
4 changed files with 95 additions and 92 deletions

View File

@@ -133,6 +133,7 @@
self.nixosModules.test-backup
];
virtualisation.emptyDiskImages = [ 256 ];
clan.core.clanDir = ./.;
};
testScript = ''