mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 12:55:20 +08:00
home-media: all local
This commit is contained in:
parent
798512c1fd
commit
9aec9d2a3d
4 changed files with 75 additions and 19 deletions
|
|
@ -11,8 +11,6 @@ in
|
|||
imports = [
|
||||
self.nixosModules.default
|
||||
./configuration.nix
|
||||
(self + /webapps/host.nix)
|
||||
./home-media.nix
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
|
@ -21,12 +19,6 @@ in
|
|||
enable = true;
|
||||
package = pkgs.netdataCloud;
|
||||
};
|
||||
services.syncthing = rec {
|
||||
enable = true;
|
||||
user = flake.config.me.username;
|
||||
dataDir = "/home/${user}/.syncthing";
|
||||
guiAddress = "100.113.68.55:8384";
|
||||
};
|
||||
|
||||
programs.nix-ld.enable = true; # for vscode server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue