Skip to content

Commit

Permalink
add nfs to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Oct 7, 2024
1 parent f0f9d1c commit dbbb3e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/edge/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ in
};
kernel.sysctl = { } // common.sysctl_opts;
tmp.useTmpfs = true;
supportedFilesystems = [ "nfs" ];
};

environment = {
Expand All @@ -55,6 +56,7 @@ in
};
systemPackages = with pkgs; [
amazon-ecr-credential-helper
nfs-utils
];
};

Expand Down Expand Up @@ -186,6 +188,7 @@ in
};
};
goto.enable = true;
rpcbind.enable = true;
} // common.services;

virtualisation.docker.enable = true;
Expand Down

0 comments on commit dbbb3e4

Please sign in to comment.