[nix] Use cachix and add k9s and openssl

This commit is contained in:
Sebastian Schulze 2021-04-23 13:00:27 +02:00
parent 201ed55df6
commit 078af8b817
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 5 additions and 0 deletions

View File

@ -117,11 +117,14 @@
};
};
nix.trustedUsers = [ "root" "bascht" ];
environment.systemPackages = with pkgs; [
wget
curl
vim
git
cachix
linuxPackages.v4l2loopback
wireguard
wireguard-tools

View File

@ -14,6 +14,8 @@
];
home.packages = [
pkgs.k9s
pkgs.openssl
pkgs.unzip
pkgs.crun
pkgs.go