Compare commits
4 commits
cea3de7e15
...
51a8a70918
Author | SHA1 | Date | |
---|---|---|---|
51a8a70918 | |||
f3e9bac4d3 | |||
6d2e266cb2 | |||
76155e42c9 |
4 changed files with 7 additions and 5 deletions
|
@ -3,12 +3,12 @@
|
||||||
({
|
({
|
||||||
users.users.emv.extraGroups = [
|
users.users.emv.extraGroups = [
|
||||||
"podman"
|
"podman"
|
||||||
"docker"
|
# "docker"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
sucrose.modules = [
|
sucrose.modules = [
|
||||||
({
|
/* ({
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
storageDriver = "btrfs";
|
storageDriver = "btrfs";
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
data-root = "/home/emv/docker-data-root/";
|
data-root = "/home/emv/docker-data-root/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})*/
|
||||||
(
|
(
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
geogebra6 # geogebra5 currently does not work?
|
geogebra6 # geogebra5 currently does not work?
|
||||||
|
gimp
|
||||||
chemtool
|
chemtool
|
||||||
avogadro2
|
avogadro2
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
# 53 # pihole
|
# 53 # pihole
|
||||||
# 5894 # couchdb
|
# 5894 # couchdb
|
||||||
|
222 # forgejo ssh. for the handshake i think
|
||||||
];
|
];
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
222 # forgejo ssh
|
222 # forgejo ssh
|
||||||
|
|
|
@ -39,11 +39,11 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
sucrose.modules = [
|
/*sucrose.modules = [
|
||||||
{
|
{
|
||||||
services.tailscale.extraSetFlags = [
|
services.tailscale.extraSetFlags = [
|
||||||
"--advertise-exit-node"
|
"--advertise-exit-node"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];*/ # this is not needed, currently -e
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue