2021-10-07 02:13:48 +00:00
|
|
|
# NixOps configuration for toscano
|
2021-11-16 10:13:12 +00:00
|
|
|
#
|
|
|
|
# https://en.wikipedia.org/wiki/Joseph_Toscano
|
2021-10-07 02:13:48 +00:00
|
|
|
{
|
2022-07-18 05:48:51 +00:00
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}: {
|
2021-11-18 00:16:34 +00:00
|
|
|
imports = [
|
|
|
|
../networks/linode.nix
|
|
|
|
../profiles/gitea.nix
|
|
|
|
../profiles/hakyll-skeleton.nix
|
|
|
|
../profiles/jfdic-web.nix
|
2021-11-18 12:10:33 +00:00
|
|
|
../profiles/resrok-web.nix
|
2022-07-18 05:48:51 +00:00
|
|
|
../profiles/tmateServer.nix
|
2021-11-25 22:41:01 +00:00
|
|
|
../profiles/voc-web.nix
|
2021-11-18 00:16:34 +00:00
|
|
|
../secrets/gitea.nix
|
|
|
|
];
|
2021-10-07 02:13:48 +00:00
|
|
|
|
|
|
|
deployment.targetHost = "45.79.236.198";
|
|
|
|
|
|
|
|
networking.hostName = "toscano";
|
|
|
|
|
2021-11-18 00:16:34 +00:00
|
|
|
system.stateVersion = "21.05"; # The version of NixOS originally installed
|
2021-10-07 02:13:48 +00:00
|
|
|
}
|