Skip to content

Commit

Permalink
Remove registration-agent-laptop service on dockervm
Browse files Browse the repository at this point in the history
Signed-off-by: Anh Huy Bui <buianhhuy96@gmail.com>
  • Loading branch information
buianhhuy96 committed Sep 20, 2024
1 parent c01baf8 commit b4de098
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions hardware/fmo-os-rugged-laptop-7330.nix
Original file line number Diff line number Diff line change
Expand Up @@ -278,16 +278,6 @@
enable = true;
nssmdns = true;
}; # services.avahi
registration-agent-laptop = {
enable = true;
run_on_boot = true;
certs_path = "/var/lib/fogdata/certs";
config_path = "/var/lib/fogdata";
token_path = "/var/lib/fogdata";
hostname_path = "/var/lib/fogdata";
ip_path = "/var/lib/fogdata";
post_install_path = "/var/lib/fogdata/certs";
}; # services.registration-agent-laptop
}; # services
networking.firewall.enable = false;
}]; # extraModules
Expand Down
10 changes: 0 additions & 10 deletions hardware/fmo-os-rugged-tablet-7230.nix
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,6 @@
enable = true;
nssmdns = true;
}; # services.avahi
registration-agent-laptop = {
enable = true;
run_on_boot = true;
certs_path = "/var/lib/fogdata/certs";
config_path = "/var/lib/fogdata";
token_path = "/var/lib/fogdata";
hostname_path = "/var/lib/fogdata";
ip_path = "/var/lib/fogdata";
post_install_path = "/var/lib/fogdata/certs";
}; # services.registration-agent-laptop
}; # services
networking.firewall.enable = false;
}]; # extraModules
Expand Down

0 comments on commit b4de098

Please sign in to comment.