Draft: Mount the nix store from hut in compute nodes #66

Closed
rarias wants to merge 11 commits from shared-nix-store into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit d48f3b989a - Show all commits

View File

@ -45,6 +45,8 @@
bsc.osumb bsc.osumb
]; ];
programs.direnv.enable = true;
systemd.services."serial-getty@ttyS0" = { systemd.services."serial-getty@ttyS0" = {
enable = true; enable = true;
wantedBy = [ "getty.target" ]; wantedBy = [ "getty.target" ];

View File

@ -2,7 +2,6 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
direnv
zsh-completions zsh-completions
nix-zsh-completions nix-zsh-completions
]; ];