Deploy through root

This commit is contained in:
Filippo Berto 2022-12-18 19:28:29 +01:00
parent fe2d8f4dcb
commit 40433ab33b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -236,7 +236,7 @@
loki = {
hostname = "loki.local";
profiles.system = {
user = "bertof";
user = "root";
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.loki;
};
};