Skip to content

Commit

Permalink
Update firefox gnome theme to v121.1, misc fixes
Browse files Browse the repository at this point in the history
- Disabled virtualbox on my devices for now
- Disable SSH agent auth pam module
- Update flake.lock
  • Loading branch information
nikitawootten committed Jan 23, 2024
1 parent c2995c7 commit 8f827d7
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions homeModules/personal/firefox-gnome-theme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ let
repo = pkgs.fetchFromGitHub {
owner = "rafaelmardojai";
repo = "firefox-gnome-theme";
rev = "v121";
sha256 = "sha256-M+Cw6vh7xCDmIhyVuEPNmaNVUwpmdFQq8zlsXZTKees=";
rev = "v121.1";
sha256 = "sha256-SYp0DRkO73i8XVyOdAlcP2ZItqx9DqraIEJy6mY/2Ng=";
};
profile = "default";
cfg = config.personal.firefox.gnome-theme;
Expand Down
2 changes: 2 additions & 0 deletions homes/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@

home.packages = with pkgs; [
tor-browser-bundle-bin
zoom-us
bluejeans-gui
];
}
2 changes: 0 additions & 2 deletions hostModules/personal/ssh-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ in
PasswordAuthentication = lib.mkDefault false;
};
};
# Passwordless sudo when SSH'ing with keys
security.pam.enableSSHAgentAuth = lib.mkDefault true;
};
}
2 changes: 1 addition & 1 deletion hosts/dionysus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
personal.printing.enable = true;
personal.steam.enable = true;
personal.docker.enable = true;
personal.virtualbox.enable = true;
# personal.virtualbox.enable = true;
personal.vpn.enable = true;
personal.wireshark.enable = true;
personal.flatpak.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion hosts/voyager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
personal.printing.enable = true;
personal.steam.enable = true;
personal.docker.enable = true;
personal.virtualbox.enable = true;
# personal.virtualbox.enable = true;
personal.vpn.enable = true;
personal.wireshark.enable = true;
personal.flatpak.enable = true;
Expand Down

0 comments on commit 8f827d7

Please sign in to comment.