changed profiles.default to profiles.system
This commit is contained in:
parent
d5211287bd
commit
4376c378e9
1 changed files with 2 additions and 2 deletions
|
|
@ -252,8 +252,8 @@ in {
|
|||
in {
|
||||
hostname = ssh.host;
|
||||
|
||||
profilesOrder = ["default"]; # profiles priority
|
||||
profiles.default = {
|
||||
profilesOrder = ["system"]; # profiles priority
|
||||
profiles.system = {
|
||||
path = nixosFor node.system nixosConfigurations.${nodeName};
|
||||
|
||||
user = user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue