Skip to content

Commit

Permalink
26.10.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
averyanalex committed Oct 26, 2024
1 parent 01592f3 commit 50686dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

5 changes: 5 additions & 0 deletions machines/falcon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
publicKey = "EBGgkxELu7DZ/PqkfDEodvzjZFPULkGLQV4F7xXEp3k=";
allowedIPs = ["10.8.7.233/32"];
}
{
# DmPop router
publicKey = "mrUbbvGn1cGOrWl0LnJyzIirUdwzoJRKH5grUhCxcxw=";
allowedIPs = ["10.8.7.234/32"];
}
{
# Vsevolod
publicKey = "oKrAQE4sX4YjNf13qJz9IjprAH6YFhmt7CDUzXJVXl8=";
Expand Down
2 changes: 2 additions & 0 deletions profiles/apps/misc-a.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
# betaflight-configurator
# brave
# ocrmypdf
remmina
openfortivpn
];

xdg.mimeApps = {
Expand Down
4 changes: 3 additions & 1 deletion roles/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
programs.adb.enable = true;

programs.wireshark.enable = true;
environment.systemPackages = [pkgs.wireshark];
environment.systemPackages = [pkgs.wireshark pkgs.openfortivpn];

# programs.nix-ld.enable = true;

Expand All @@ -85,5 +85,7 @@
loader.timeout = 0;
};

programs.gnome-disks.enable = true;

boot.binfmt.emulatedSystems = ["aarch64-linux"];
}

0 comments on commit 50686dc

Please sign in to comment.