mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: added rsync daemon
This commit is contained in:
parent
a1d093e44a
commit
7ec3cf8a9c
2 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,7 @@ let
|
||||||
ollama = import ./modules/ollama.nix;
|
ollama = import ./modules/ollama.nix;
|
||||||
plasma = import ./modules/plasma.nix;
|
plasma = import ./modules/plasma.nix;
|
||||||
printing = import ./modules/printing.nix;
|
printing = import ./modules/printing.nix;
|
||||||
|
rsyncd = import ./modules/rsyncd.nix;
|
||||||
regreet = import ./modules/regreet.nix;
|
regreet = import ./modules/regreet.nix;
|
||||||
sddm = import ./modules/sddm.nix;
|
sddm = import ./modules/sddm.nix;
|
||||||
ssh = import ./modules/ssh.nix;
|
ssh = import ./modules/ssh.nix;
|
||||||
|
@ -62,6 +63,7 @@ in {
|
||||||
plasma
|
plasma
|
||||||
printing
|
printing
|
||||||
regreet
|
regreet
|
||||||
|
rsyncd
|
||||||
sddm
|
sddm
|
||||||
services
|
services
|
||||||
sops
|
sops
|
||||||
|
@ -111,6 +113,7 @@ in {
|
||||||
home-manager
|
home-manager
|
||||||
locale
|
locale
|
||||||
nix
|
nix
|
||||||
|
rsyncd
|
||||||
ssh
|
ssh
|
||||||
system
|
system
|
||||||
sops
|
sops
|
||||||
|
|
3
nixos/modules/rsyncd.nix
Normal file
3
nixos/modules/rsyncd.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
services.rsyncd.enable = true;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue