diff options
author | sefidel <contact@sefidel.net> | 2024-01-23 00:37:52 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-01-23 01:05:04 +0900 |
commit | b2d4dbd14281fb90eb9230738710602dd60f645e (patch) | |
tree | 81fdfbcb1c0cc7336a0e35d7461a91aec8447201 /nixos/alpha | |
parent | ed0716c06ebd0199e345e0ccb6ea79b34f551d79 (diff) | |
download | nixrc-b2d4dbd14281fb90eb9230738710602dd60f645e.tar.gz nixrc-b2d4dbd14281fb90eb9230738710602dd60f645e.zip |
feat(nixos): configure colmena on all systems
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 3bb0f3e..b9284dc 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -3,6 +3,12 @@ { imports = [ ]; + deployment = { + targetUser = "sefidel"; + targetHost = "alpha.bee-polaris.ts.net"; + allowLocalDeployment = true; + }; + security = { rtkit.enable = true; doas.enable = true; |