Compare commits
No commits in common. "33b50d12d931e6498be5fc93aaffde1082e53922" and "0b5ac640b88c7bb7a91e81f96319d1902387ce82" have entirely different histories.
33b50d12d9
...
0b5ac640b8
|
@ -67,7 +67,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.settings.PasswordAuthentication = true;
|
services.openssh.passwordAuthentication = true;
|
||||||
|
|
||||||
services.rsyncd.enable = true;
|
services.rsyncd.enable = true;
|
||||||
|
|
||||||
|
@ -164,11 +164,6 @@
|
||||||
users.users.tvb = {
|
users.users.tvb = {
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
extraGroups = [ "nas" ];
|
extraGroups = [ "nas" ];
|
||||||
packages = [
|
|
||||||
(pkgs.writeShellScriptBin "yt-dlp" ''
|
|
||||||
exec $HOME/.env/bin/yt-dlp $@
|
|
||||||
'')
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.katydid = {
|
users.users.katydid = {
|
||||||
|
|
|
@ -6,7 +6,7 @@ let
|
||||||
catacombServerSource = builtins.fetchGit {
|
catacombServerSource = builtins.fetchGit {
|
||||||
url = "https://git.alogoulogoi.com/Jaculabilis/catacomb-server.git";
|
url = "https://git.alogoulogoi.com/Jaculabilis/catacomb-server.git";
|
||||||
ref = "develop-nix";
|
ref = "develop-nix";
|
||||||
rev = "3d6fb16948c377f94d030648849f120c8ada3884";
|
rev = "63574bb39cc777deb56a76548f08789d238fcfec";
|
||||||
};
|
};
|
||||||
catacombServer = pkgs.callPackage catacombServerSource {};
|
catacombServer = pkgs.callPackage catacombServerSource {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue