Roughly setup todo-app web server

This commit is contained in:
2024-12-06 17:02:11 -08:00
parent 4210857297
commit 04069f02ec

View File

@@ -11,6 +11,7 @@
networking = {
hostName = "monolith";
hostId = "44551c32";
firewall.allowedTCPPorts = [ 8000 ];
};
fileSystems = {
@@ -44,6 +45,8 @@
beets
flac
screen
rustup
gcc
(callPackage ../marauder/ffcheck.nix { })
];