updated NFS shares and deleted individual share modules
Check NixOS configurations / eval-hosts (push) Failing after 14m29s
Check NixOS configurations / eval-hosts (push) Failing after 14m29s
This commit is contained in:
@@ -17,8 +17,6 @@ in
|
||||
../../common/configuration.nix
|
||||
../../modules/nix/cache-client.nix
|
||||
../../modules/nix/remote-builder-client.nix
|
||||
# ../../modules/nix/mount-docker-config.nix
|
||||
# ../../modules/nix/mount-docker-volumes.nix
|
||||
../../modules/nix/docker-data.nix
|
||||
];
|
||||
|
||||
@@ -195,12 +193,19 @@ systemd.timers.nextcloud = {
|
||||
};
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
# Create /mnt/docker
|
||||
#"d /mnt/docker 0755 root root -"
|
||||
|
||||
# Create /home/nixos/docker -> /mnt/docker-config
|
||||
"L+ /home/nixos/docker - - - - /mnt/docker/config"
|
||||
|
||||
];
|
||||
|
||||
#Add sym links to data on users home folder
|
||||
system.userActivationScripts.createDockerSymlink.text = ''
|
||||
ln -sf /mnt/docker-config /home/nixos/docker
|
||||
'';
|
||||
#system.userActivationScripts.createDockerSymlink.text = ''
|
||||
# ln -sf /mnt/docker/config /home/nixos/docker
|
||||
#'';
|
||||
#system.userActivationScripts.createSetupSymlink.text = ''
|
||||
# ln -sf /mnt/docker-persistent-data/setup /home/nixos/setup
|
||||
#'';
|
||||
|
||||
Reference in New Issue
Block a user