add pkgs.nix -> voyager
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
./boot.nix
|
||||
./dnsmasq.nix
|
||||
./ssh.nix
|
||||
./pkgs.nix
|
||||
];
|
||||
services.cockpit = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
git
|
||||
curl
|
||||
fastfetch
|
||||
net-tools
|
||||
ethtool
|
||||
dhcpcd
|
||||
dig
|
||||
usbutils
|
||||
dhcpcd
|
||||
host
|
||||
dnslookup
|
||||
drill
|
||||
dig
|
||||
tree
|
||||
lsof
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user