fa-t14-2025: Minor adjustments, add SecureCRT(WIP)

This commit is contained in:
Felix Albrigtsen
2025-06-16 09:40:20 +02:00
parent 126473d75d
commit 03c4f8ca88
5 changed files with 90 additions and 5 deletions

View File

@@ -11,10 +11,6 @@
networking = {
networkmanager.enable = true;
# interfaces.eno1 = {
# useDHCP = true;
# tempAddress = "disabled";
# };
tempAddresses = "disabled";
hostName = "fa-t14-2025";
@@ -44,6 +40,8 @@
nixpkgs.config = {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"copilot.vim"
"securecrt"
"securefx"
];
};