This commit is contained in:
iFargle 2023-12-12 19:21:18 +09:00
parent 284b8c731c
commit a772298809

View file

@ -17,7 +17,7 @@
};
home-manager = {
path = inputs.deploy-rs.lib.${platform}.activate.home-manager self.homeConfigurations."${username}@${hostname}";
user = "${username}";
user = "root";
sshUser = "${username}";
};
};