[NixOS] Add base.nix default to bootstrap flake

This commit is contained in:
Ivan Malison 2023-06-29 14:21:07 -06:00
parent c9c12f8882
commit 1fc8f4ae77
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -50,7 +50,7 @@
mkConfigurationParams = filename: {
name = machineNameFromFilename filename;
value = {
modules = [ (machinesPath + ("/" + filename)) ];
modules = [ (machinesPath + ("/" + filename)) ../base.nix ];
};
};
defaultConfigurationParams =