mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
k8s tooling
This commit is contained in:
parent
0a8c9a8c81
commit
a93c2bc3b9
1 changed files with 23 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
|||
# host specific apps
|
||||
boinc
|
||||
brightnessctl
|
||||
butane
|
||||
cilium-cli
|
||||
gnome.gnome-tweaks
|
||||
gnome.nautilus
|
||||
gnomeExtensions.dash-to-panel
|
||||
|
|
@ -27,7 +29,12 @@
|
|||
gnomeExtensions.pop-shell
|
||||
gnomeExtensions.tailscale-qs
|
||||
go
|
||||
hubble
|
||||
hugo
|
||||
kubectl
|
||||
kubectx
|
||||
kubernetes-helm
|
||||
kubeseal
|
||||
networkmanager-openvpn
|
||||
nodejs
|
||||
pavucontrol
|
||||
|
|
@ -36,8 +43,11 @@
|
|||
pop-gtk-theme
|
||||
pop-icon-theme
|
||||
pop-launcher
|
||||
#quickemu
|
||||
rclone
|
||||
rclone-browser
|
||||
step-cli
|
||||
virt-manager
|
||||
whalebird
|
||||
wmctrl
|
||||
|
||||
|
|
@ -145,6 +155,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
users.extraGroups.vboxusers.members = [ "${username}" ];
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
|
|
@ -154,4 +165,16 @@
|
|||
tailscale-systray
|
||||
];
|
||||
};
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu.package = pkgs.qemu_kvm;
|
||||
};
|
||||
podman = {
|
||||
enable = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
virtualbox.host.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue