mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
token
This commit is contained in:
parent
68bbc0a8cf
commit
823920b3ec
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
};
|
||||
networking.firewall.checkReversePath = "loose"; #needed for tailscale nodes
|
||||
# Define the 'death916' user for the server
|
||||
users.users.death916 = {
|
||||
claimTokenFile = "/var/lib/netdata/cloud.d/token"; users.users.death916 = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "media_services" "nextcloud"]; # For sudo access
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
@ -106,6 +106,7 @@
|
|||
withCloud = true;
|
||||
};
|
||||
enable = true;
|
||||
claimTokenFile = "/var/lib/netdata/cloud.d";
|
||||
config = {
|
||||
global = {
|
||||
"memory mode" = "ram";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue