Compare commits
3 Commits
4210857297
...
227bf853ab
Author | SHA1 | Date | |
---|---|---|---|
227bf853ab | |||
e7100daf2f | |||
04069f02ec |
@@ -93,6 +93,7 @@
|
|||||||
obsidian
|
obsidian
|
||||||
intiface-central
|
intiface-central
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
blender
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -102,6 +103,19 @@
|
|||||||
dedicatedServer.openFirewall = true;
|
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 = {
|
programs.nix-ld = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
@@ -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 { })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user