[NixOS] Add base.nix default to bootstrap flake
This commit is contained in:
parent
c9c12f8882
commit
1fc8f4ae77
@ -50,7 +50,7 @@
|
||||
mkConfigurationParams = filename: {
|
||||
name = machineNameFromFilename filename;
|
||||
value = {
|
||||
modules = [ (machinesPath + ("/" + filename)) ];
|
||||
modules = [ (machinesPath + ("/" + filename)) ../base.nix ];
|
||||
};
|
||||
};
|
||||
defaultConfigurationParams =
|
||||
|
Loading…
Reference in New Issue
Block a user