mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 13:49:09 -04:00
enabling appimages
This commit is contained in:
@@ -24,11 +24,19 @@
|
||||
hostId = "6404140d";
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ ];
|
||||
allowedTCPPorts = [
|
||||
8000
|
||||
8080
|
||||
];
|
||||
};
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true; # allows *.AppImage to be run directly
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh.ports = [ 922 ];
|
||||
flatpak.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user