mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
fix: desktop updates
This commit is contained in:
parent
71f9b22346
commit
277d8032de
7 changed files with 54 additions and 76 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{pkgsUnstable, ...}: {
|
||||
fireproof.home-manager.programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgsUnstable.ungoogled-chromium;
|
||||
package = pkgsUnstable.chromium;
|
||||
extensions = [
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
|
||||
"nngceckbapebfimnlniiiahkandclblb" # Bitwarden
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ in {
|
|||
};
|
||||
"dev.ao" = {
|
||||
user = "nij";
|
||||
hostname = "192.168.2.28";
|
||||
proxyJump = lib.mkDefault "bastion.ao";
|
||||
identityFile = "${config.age.secrets.ssh-key-ao.path}";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue