some changes

This commit is contained in:
Ingolf Wagner 2023-04-06 12:44:39 +02:00
commit 76b2dcc15a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
5 changed files with 13 additions and 10 deletions
nixos/components/gui
browser.nix
home-manager

View file

@ -39,6 +39,13 @@ in
homeBackup = "${backupFolder}/jobrad-browser";
gpu = false;
};
jobrad-google= {
browserType = "google";
home = "${homeFolder}/jobrad";
user = "jobrad";
homeBackup = "${backupFolder}/jobrad-browser";
gpu = false;
};
firefox-tmp = {
browserType = "firefox";
home = "${homeFolder}/firefox-tmp";

View file

@ -9,12 +9,6 @@
identityFile = "~/.ssh/palo_rsa.pub";
identitiesOnly = true;
};
"*.jobrad.org" = {
user = "iwagner";
identityFile = "~/.ssh/jobrad_ed25519";
identitiesOnly = true;
extraOptions.IdentityAgent = "/run/user/1337/jobrad.ssh";
};
"lassul.us" = {
user = "download";
port = 45621;