diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-11 22:52:01 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-11 22:52:01 -0800 |
commit | 850688caa225e126f676689c44087b3fd9c53c5e (patch) | |
tree | 9eb6e15ffb4227b3a347a76d0c20f979b40acecc /hosts | |
parent | 9c5ec5c560380ce018f41406a2e84b1f53fc51df (diff) | |
download | nix-850688caa225e126f676689c44087b3fd9c53c5e.tar nix-850688caa225e126f676689c44087b3fd9c53c5e.tar.gz nix-850688caa225e126f676689c44087b3fd9c53c5e.tar.bz2 nix-850688caa225e126f676689c44087b3fd9c53c5e.tar.lz nix-850688caa225e126f676689c44087b3fd9c53c5e.tar.xz nix-850688caa225e126f676689c44087b3fd9c53c5e.tar.zst nix-850688caa225e126f676689c44087b3fd9c53c5e.zip |
Add git @netboot
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/arrakis/services.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index e2722d6..1dbc187 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -95,6 +95,7 @@ config = { environment.systemPackages = with pkgs; [ + git rsync ]; |