Commit 81ab4280c12b
Changed files (1)
systems
hosts
systems/hosts/shikoku.nix
@@ -2,7 +2,7 @@
with lib;
let
- hostname = "sakhalin";
+ hostname = "shikoku";
secretPath = ../../secrets/machines.nix;
secretCondition = (builtins.pathExists secretPath);