install bar-rs on all hosts
This commit is contained in:
parent
8c3b43bbf7
commit
9d936365fc
2 changed files with 5 additions and 0 deletions
|
|
@ -83,6 +83,8 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ciscoPacketTracer9
|
ciscoPacketTracer9
|
||||||
|
inputs.bar-rs.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,9 @@
|
||||||
services.power-profiles-daemon.enable = true;
|
services.power-profiles-daemon.enable = true;
|
||||||
services.upower.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?
|
#system.stateVersion = "25.11"; # Did you read the comment?
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue