mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
renko testing setup
This commit is contained in:
parent
229abb8a5e
commit
d32283137a
7 changed files with 9 additions and 36 deletions
|
|
@ -25,6 +25,12 @@ _: let
|
|||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_3;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.artemiscli.packages.aarch64-linux.artemiscli
|
||||
awscli2
|
||||
kubectl
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
||||
security.sudo.extraRules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue