k3s setup
This commit is contained in:
parent
9d743977a8
commit
24b922b2bc
3 changed files with 10 additions and 2 deletions
6
home.nix
6
home.nix
|
|
@ -9,8 +9,8 @@ in
|
||||||
(import ./overlays/rice.nix)
|
(import ./overlays/rice.nix)
|
||||||
(
|
(
|
||||||
final: prev: {
|
final: prev: {
|
||||||
cocktail-bar-cli = final.callPackage ./custom/cocktail-bar-cli {};
|
cocktail-bar-cli = final.callPackage ./custom/cocktail-bar-cli { };
|
||||||
update-background = final.callPackage ./custom/update-background {};
|
update-background = final.callPackage ./custom/update-background { };
|
||||||
lockscreen = final.callPackage ./custom/lockscreen {
|
lockscreen = final.callPackage ./custom/lockscreen {
|
||||||
palette = final.rice.colorPalette;
|
palette = final.rice.colorPalette;
|
||||||
font = final.rice.font.normal;
|
font = final.rice.font.normal;
|
||||||
|
|
@ -27,6 +27,8 @@ in
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pulseeffects-legacy
|
pulseeffects-legacy
|
||||||
|
|
||||||
|
kubectl
|
||||||
|
|
||||||
arandr
|
arandr
|
||||||
authy
|
authy
|
||||||
blender
|
blender
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
./pro_audio.nix
|
./pro_audio.nix
|
||||||
./defcon.nix
|
./defcon.nix
|
||||||
./mind.nix
|
./mind.nix
|
||||||
|
# ./k3s.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
|
|
|
||||||
5
nixos/k3s.nix
Normal file
5
nixos/k3s.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
services.k3s = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue