machines: Disable thor deployment config
This commit is contained in:
parent
8273b31f40
commit
00caf20b11
1 changed files with 6 additions and 6 deletions
|
@ -69,12 +69,12 @@ inputs: {
|
|||
thor = {
|
||||
system = "aarch64-linux";
|
||||
config = import ./thor/configuration.nix inputs;
|
||||
deploy = {
|
||||
host = "10.0.0.198";
|
||||
sshUser = "erwin";
|
||||
buildOn = "local";
|
||||
substituteOnTarget = true;
|
||||
};
|
||||
# deploy = {
|
||||
# host = "10.0.0.198";
|
||||
# sshUser = "erwin";
|
||||
# buildOn = "local";
|
||||
# substituteOnTarget = true;
|
||||
# };
|
||||
};
|
||||
unifi = {
|
||||
config = import ./unifi/configuration.nix inputs;
|
||||
|
|
Loading…
Reference in a new issue