Archived
modularized rpcbind enable and added to server config
Check NixOS configurations / eval-hosts (push) Failing after 13m58s
Check NixOS configurations / eval-hosts (push) Failing after 13m58s
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
../../modules/raspi/mount-data.nix
|
||||
../../modules/services/nextcloud-cron-job.nix
|
||||
../../modules/services/docker-health-to-gotify.nix
|
||||
../../modules/services/enable-rpcbind.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -27,7 +28,7 @@
|
||||
nfs-utils
|
||||
];
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
services.rpcbind.enable = true;
|
||||
#services.rpcbind.enable = true;
|
||||
systemd.tmpfiles.rules = [
|
||||
"L+ /home/nixos/docker - - - - /mnt/docker/config"
|
||||
"d /mnt/docker 0755 nixos users -"
|
||||
|
||||
Reference in New Issue
Block a user