install bar-rs on all hosts

This commit is contained in:
alyx 2026-03-10 10:21:28 +00:00
parent 8c3b43bbf7
commit 9d936365fc
Signed by: alyx
SSH key fingerprint: SHA256:jnVDhAlcSXL67FEpIYmr80+FnLv93q3S2MtZ92ohQeA
2 changed files with 5 additions and 0 deletions

View file

@ -83,6 +83,8 @@
environment.systemPackages = with pkgs; [
ciscoPacketTracer9
inputs.bar-rs.packages.${pkgs.stdenv.hostPlatform.system}.default
];

View file

@ -35,6 +35,9 @@
services.power-profiles-daemon.enable = true;
services.upower.enable = true;
environment.systemPackages = with pkgs; [
inputs.bar-rs.packages.${pkgs.stdenv.hostPlatform.system}.default
];
#system.stateVersion = "25.11"; # Did you read the comment?
}