Add DO agent to baldur
This commit is contained in:
parent
380af1410a
commit
579692446e
2 changed files with 4 additions and 0 deletions
|
|
@ -215,6 +215,7 @@
|
||||||
# nixos-hardware.nixosModules.common-pc-ssd
|
# nixos-hardware.nixosModules.common-pc-ssd
|
||||||
./baldur/hardware-configuration.nix
|
./baldur/hardware-configuration.nix
|
||||||
./baldur/configuration.nix
|
./baldur/configuration.nix
|
||||||
|
./nixos_modules/digitalocean.nix
|
||||||
{ home-manager.users.bertof = import ./baldur/hm.nix; }
|
{ home-manager.users.bertof = import ./baldur/hm.nix; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
3
nixos_modules/digitalocean.nix
Normal file
3
nixos_modules/digitalocean.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
services.do-agent.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue