fix duplicate luks name between x13s and x13s-rmvbl

This commit is contained in:
steveej 2024-01-28 18:17:43 +01:00
parent 1473690540
commit 4663780877
4 changed files with 4 additions and 16 deletions

View file

@ -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;
};
}