mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -109,16 +109,18 @@
|
|||||||
flakeContext = { inherit inputs; };
|
flakeContext = { inherit inputs; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
deploy.nodes = {
|
deploy = {
|
||||||
sshUser = "oqyude";
|
sshUser = "oqyude";
|
||||||
|
nodes = {
|
||||||
sapphira = {
|
sapphira = {
|
||||||
hostname = "sapphira";
|
hostname = "sapphira";
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
user = "root";
|
# user = "root";
|
||||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.sapphira;
|
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.sapphira;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
# This is highly advised, and will prevent many possible mistakes
|
# This is highly advised, and will prevent many possible mistakes
|
||||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib;
|
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user