Roughly setup todo-app web server
This commit is contained in:
parent
4210857297
commit
04069f02ec
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "monolith";
|
hostName = "monolith";
|
||||||
hostId = "44551c32";
|
hostId = "44551c32";
|
||||||
|
firewall.allowedTCPPorts = [ 8000 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
@ -44,6 +45,8 @@
|
||||||
beets
|
beets
|
||||||
flac
|
flac
|
||||||
screen
|
screen
|
||||||
|
rustup
|
||||||
|
gcc
|
||||||
(callPackage ../marauder/ffcheck.nix { })
|
(callPackage ../marauder/ffcheck.nix { })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue