Compare commits
No commits in common. "51a8a70918b314f3b1bb900ade95ec66bd2d818c" and "cea3de7e15863717b7787ee07f8f437ba03b66a1" have entirely different histories.
51a8a70918
...
cea3de7e15
4 changed files with 5 additions and 7 deletions
|
@ -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, ... }:
|
||||
{
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
geogebra6 # geogebra5 currently does not work?
|
||||
gimp
|
||||
chemtool
|
||||
avogadro2
|
||||
];
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
allowedUDPPorts = [
|
||||
# 53 # pihole
|
||||
# 5894 # couchdb
|
||||
222 # forgejo ssh. for the handshake i think
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
222 # forgejo ssh
|
||||
|
|
|
@ -39,11 +39,11 @@
|
|||
}
|
||||
];
|
||||
|
||||
/*sucrose.modules = [
|
||||
sucrose.modules = [
|
||||
{
|
||||
services.tailscale.extraSetFlags = [
|
||||
"--advertise-exit-node"
|
||||
];
|
||||
}
|
||||
];*/ # this is not needed, currently -e
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue