rpi: install packages

This commit is contained in:
alex 2024-01-17 20:20:42 -05:00
parent ef7a9c4226
commit 1db05e95ac
2 changed files with 5 additions and 1 deletions

View File

@ -67,8 +67,11 @@
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [
tree
docker
git
k3s
pulumi
tree
];
};

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
git pull
sudo cp *.nix /etc/nixos
sudo nixos-rebuild switch