nix format
This commit is contained in:
parent
9fa62a9695
commit
ea3817b41e
2 changed files with 4 additions and 2 deletions
|
|
@ -56,7 +56,9 @@ in
|
||||||
useGlobalPkgs = false;
|
useGlobalPkgs = false;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
backupFileExtension = "backup";
|
backupFileExtension = "backup";
|
||||||
extraSpecialArgs = { pkgs = pkgsUnstable; };
|
extraSpecialArgs = {
|
||||||
|
pkgs = pkgsUnstable;
|
||||||
|
};
|
||||||
users.${p.personal.username} = {
|
users.${p.personal.username} = {
|
||||||
imports = [ ../home.nix ];
|
imports = [ ../home.nix ];
|
||||||
home.stateVersion = "25.11";
|
home.stateVersion = "25.11";
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ in
|
||||||
hostname = p.hosts.librenms;
|
hostname = p.hosts.librenms;
|
||||||
settings = {
|
settings = {
|
||||||
"mydomain" = p.domains.internal;
|
"mydomain" = p.domains.internal;
|
||||||
"nets" = ["192.168.1.0/24"];
|
"nets" = [ "192.168.1.0/24" ];
|
||||||
"snmp.community" = [
|
"snmp.community" = [
|
||||||
"public"
|
"public"
|
||||||
"homelab"
|
"homelab"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue