Compare commits

...

4 commits

Author SHA1 Message Date
51a8a70918 tweaked the firewall for forgejo 2024-11-14 17:27:14 +02:00
f3e9bac4d3 disable docker 2024-11-14 17:24:21 +02:00
6d2e266cb2 remove extraneous option 2024-11-14 17:00:57 +02:00
76155e42c9 add gimp to personal modules 2024-11-14 16:29:22 +02:00
4 changed files with 7 additions and 5 deletions

View file

@ -3,12 +3,12 @@
({
users.users.emv.extraGroups = [
"podman"
"docker"
# "docker"
];
})
];
sucrose.modules = [
({
/* ({
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
@ -18,7 +18,7 @@
data-root = "/home/emv/docker-data-root/";
};
};
})
})*/
(
{ pkgs, ... }:
{

View file

@ -5,6 +5,7 @@
{
home.packages = with pkgs; [
geogebra6 # geogebra5 currently does not work?
gimp
chemtool
avogadro2
];

View file

@ -11,6 +11,7 @@
allowedUDPPorts = [
# 53 # pihole
# 5894 # couchdb
222 # forgejo ssh. for the handshake i think
];
allowedTCPPorts = [
222 # forgejo ssh

View file

@ -39,11 +39,11 @@
}
];
sucrose.modules = [
/*sucrose.modules = [
{
services.tailscale.extraSetFlags = [
"--advertise-exit-node"
];
}
];
];*/ # this is not needed, currently -e
}