mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
dropbox
This commit is contained in:
parent
c13a2bbec2
commit
db495ea282
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ in
|
|||
(self + /modules/nixos/shared/github-runner.nix)
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
(self + /modules/home/all/dropbox.nix)
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue