nixos/installation-cd-base: add git & rsync (#325511)

This commit is contained in:
misuzu 2024-12-01 16:35:33 +02:00 committed by GitHub
commit 2a1bf498aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -42,5 +42,11 @@
done
'';
environment.defaultPackages = with pkgs; [
rsync
];
programs.git.enable = lib.mkDefault true;
system.stateVersion = lib.mkDefault lib.trivial.release;
}

View File

@ -49,10 +49,6 @@
vim
nano
# Include some version control tools.
git
rsync
# Firefox for reading the manual.
firefox