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