fix(darwin): uncomment user and host configurations
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -43,10 +43,10 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
users.users.remotebuilder = {
|
users.users.remotebuilder = {
|
||||||
isSystemUser = true;
|
# isSystemUser = true;
|
||||||
description = "User for Nix remote builds";
|
description = "User for Nix remote builds";
|
||||||
uid = 700;
|
# uid = 700;
|
||||||
home = "/var/lib/remotebuilder";
|
home = "/var/remotebuilder";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
shell = "/bin/bash";
|
shell = "/bin/bash";
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
|
|||||||
36
deploy.nix
36
deploy.nix
@@ -37,24 +37,24 @@
|
|||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# kuro = {
|
kuro = {
|
||||||
# hostname = "kuro";
|
hostname = "kuro";
|
||||||
# interactiveSudo = true;
|
interactiveSudo = true;
|
||||||
# profiles.system = {
|
profiles.system = {
|
||||||
# sshUser = "fs0c131y";
|
sshUser = "fs0c131y";
|
||||||
# path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;
|
path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;
|
||||||
# user = "root";
|
user = "root";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# shiro = {
|
shiro = {
|
||||||
# hostname = "shiro";
|
hostname = "shiro";
|
||||||
# interactiveSudo = true;
|
interactiveSudo = true;
|
||||||
# profiles.system = {
|
profiles.system = {
|
||||||
# sshUser = "servius";
|
sshUser = "servius";
|
||||||
# path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.shiro;
|
path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.shiro;
|
||||||
# user = "root";
|
user = "root";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# deck = {
|
# deck = {
|
||||||
# hostname = "steamdeck";
|
# hostname = "steamdeck";
|
||||||
# profiles.system = {
|
# profiles.system = {
|
||||||
|
|||||||
Reference in New Issue
Block a user