Compare commits
2 commits
c524715bd6
...
53947efb99
| Author | SHA1 | Date | |
|---|---|---|---|
| 53947efb99 | |||
| e6ba9b74b2 |
2 changed files with 9 additions and 0 deletions
|
|
@ -98,6 +98,14 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.eric = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "Eric Villnow";
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDnbx163w8y9rE9zm9MkWhfi8idY2K0DsqhHFJ2eoKhz"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80 # Caddy
|
80 # Caddy
|
||||||
443 # Caddy
|
443 # Caddy
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,7 @@
|
||||||
musescore
|
musescore
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
qgis
|
qgis
|
||||||
|
tenacity
|
||||||
|
|
||||||
# games
|
# games
|
||||||
bolt-launcher
|
bolt-launcher
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue