Compare commits
3 Commits
4210857297
...
227bf853ab
Author | SHA1 | Date | |
---|---|---|---|
227bf853ab | |||
e7100daf2f | |||
04069f02ec |
@@ -93,6 +93,7 @@
|
||||
obsidian
|
||||
intiface-central
|
||||
prismlauncher
|
||||
blender
|
||||
]);
|
||||
};
|
||||
|
||||
@@ -102,6 +103,19 @@
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
Host quasar
|
||||
HostName consortium.chat
|
||||
IdentityFile ~/.ssh/LightsailDefaultKey-us-west-2.pem
|
||||
|
||||
Host monolith
|
||||
HostName 10.243.210.154
|
||||
|
||||
Host fennbox
|
||||
HostName 10.243.109.199
|
||||
User fenn
|
||||
'';
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
};
|
||||
|
@@ -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 { })
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user