fix duplicate luks name between x13s and x13s-rmvbl
This commit is contained in:
parent
1473690540
commit
4663780877
4 changed files with 4 additions and 16 deletions
|
@ -22,7 +22,6 @@
|
|||
};
|
||||
|
||||
${nodeName} = {
|
||||
|
||||
deployment.targetHost = "${nodeName}.${localDomainName}";
|
||||
deployment.replaceUnknownProfiles = true;
|
||||
deployment.allowLocalDeployment = true;
|
||||
|
@ -32,7 +31,5 @@
|
|||
imports = [
|
||||
(repoFlake + "/nix/os/devices/${nodeName}/configuration.nix")
|
||||
];
|
||||
|
||||
networking.hostName = nodeName;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue