ma tools: add freecad
This commit is contained in:
parent
d8cb0a7522
commit
c9a12420c3
makefu
|
@ -100,7 +100,7 @@ in {
|
||||||
networking.firewall.allowedUDPPorts = [ 655 ];
|
networking.firewall.allowedUDPPorts = [ 655 ];
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
655
|
655
|
||||||
8081 #smokeping
|
8081 # smokeping
|
||||||
49152
|
49152
|
||||||
];
|
];
|
||||||
networking.firewall.trustedInterfaces = [ "enp0s25" ];
|
networking.firewall.trustedInterfaces = [ "enp0s25" ];
|
||||||
|
@ -111,15 +111,15 @@ in {
|
||||||
# Port = 1655
|
# Port = 1655
|
||||||
# '';
|
# '';
|
||||||
#};
|
#};
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
# rt2870.bin wifi card, part of linux-unfree
|
# rt2870.bin wifi card, part of linux-unfree
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
# rt2870 with nonfree creates wlp2s0 from wlp0s20u2
|
# rt2870 with nonfree creates wlp2s0 from wlp0s20u2
|
||||||
# not explicitly setting the interface results in wpa_supplicant to crash
|
# not explicitly setting the interface results in wpa_supplicant to crash
|
||||||
networking.interfaces.virbr1.ipv4.addresses = [{
|
#networking.interfaces.virbr1.ipv4.addresses = [{
|
||||||
address = "10.8.8.11";
|
# address = "10.8.8.11";
|
||||||
prefixLength = 24;
|
# prefixLength = 24;
|
||||||
}];
|
#}];
|
||||||
# nuc hardware
|
# nuc hardware
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
# rambox
|
# rambox
|
||||||
|
|
||||||
vscode
|
vscode
|
||||||
|
|
||||||
|
# 3d Modelling
|
||||||
chitubox
|
chitubox
|
||||||
|
freecad
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue