Skip to content

Commit

Permalink
Merge pull request #47 from ALinkbetweenNets/update_flake_lock_action
Browse files Browse the repository at this point in the history
flake.lock: Update
  • Loading branch information
ALinkbetweenNets authored Apr 27, 2024
2 parents fd78b63 + d9c1c99 commit 8cbdff4
Show file tree
Hide file tree
Showing 8 changed files with 272 additions and 97 deletions.
356 changes: 266 additions & 90 deletions flake.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion home-manager/modules/office/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in
gimp
inkscape
thunderbird
evolution
# evolution
calcure # tui calendar & task manager
#teams # insecure
evince
Expand Down
2 changes: 1 addition & 1 deletion home-manager/modules/pentesting/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ in {
mitmproxy
mitmproxy2swagger # for REST APIs
websploit
ssh-mitm
# ssh-mitm
dnschef
## Active Directory
# adreaper
Expand Down
1 change: 0 additions & 1 deletion home-manager/profiles/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ with lib; {
# mailspring
## finances
# tradingview
kdePackages.neochat
kdePackages.kontact
kdePackages.akonadi
libsForQt5.krunner-symbols
Expand Down
2 changes: 1 addition & 1 deletion machines/dn/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
};
};
};
services.unifi = { enable = true; openFirewall = true; };
# services.unifi = { enable = true; openFirewall = true; };
networking = {
hostName = "dn";
domain = "monitor-banfish.ts.net";
Expand Down
2 changes: 1 addition & 1 deletion modules/hardware/cpu-intel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in {
# };
environment.systemPackages = with pkgs; [
intel-gpu-tools
nvtop-intel
nvtopPackages.intel
nixgl
];
hardware.opengl.extraPackages = with pkgs; [
Expand Down
2 changes: 1 addition & 1 deletion modules/hardware/gpu-nvidia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in
nixgl
libva-utils
nvidia-vaapi-driver
nvtop-nvidia
nvtopPackages.nvidia
pciutils
vdpauinfo
cudaPackages.cudatoolkit
Expand Down
2 changes: 1 addition & 1 deletion modules/plasma/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in {
options.link.plasma.enable = mkEnableOption "activate plasma";
config = mkIf cfg.enable {
services = {
xserver.displayManager.sddm.enable = true;
displayManager.sddm.enable = true;
# desktopManager.plasma5.useQtScaling = true;
desktopManager.plasma6.enable = true;
};
Expand Down

0 comments on commit 8cbdff4

Please sign in to comment.