feat: should probably also have the cli
This commit is contained in:
parent
31f9a96cdb
commit
02eb47928d
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.server = {
|
||||
flake.modules.nixos.server = { pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.cloudflared ];
|
||||
|
||||
services.cloudflared.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue