fa-t14-2025: Minor adjustments, add SecureCRT(WIP)
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user