Commit 22ec7b8

HPCesia <me@hpcesia.com>
2025-10-06 15:45:08
fix: deploy-rs's config genegration
1 parent a76eb6d
Changed files (1)
modules
flake
gen-configuration
modules/flake/gen-configuration/deploy-rs.nix
@@ -28,9 +28,10 @@ in {
         name: _: {
           inherit name;
           value = {
-            hostName = name;
+            hostname = name;
             profiles.system = {
               user = "root";
+              sshUser = "root";
               path =
                 inputs.deploy-rs.lib.${hostsMeta.${name}.system}.activate.nixos
                 self.nixosConfigurations.${name};