Added more services
This commit is contained in:
parent
5dba56c732
commit
cb12b5f463
|
@ -11,7 +11,10 @@
|
||||||
../Deployments/gitea.nix
|
../Deployments/gitea.nix
|
||||||
../Deployments/hydra.nix
|
../Deployments/hydra.nix
|
||||||
../Deployments/IOHK.nix
|
../Deployments/IOHK.nix
|
||||||
../Deployments/jormungandr.nix
|
../Deployments/nixpkgs-dev.nix
|
||||||
|
#../Deployments/jormungandr.nix
|
||||||
|
../Deployments/syncserver.nix
|
||||||
|
../Deployments/taskserver.nix
|
||||||
../Deployments/tt-rss.nix
|
../Deployments/tt-rss.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -19,6 +22,10 @@
|
||||||
|
|
||||||
networking.hostName = "cuallaidh"; # Define your hostname.
|
networking.hostName = "cuallaidh"; # Define your hostname.
|
||||||
|
|
||||||
|
nix.nixPath = [
|
||||||
|
"nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz"
|
||||||
|
];
|
||||||
|
|
||||||
system.stateVersion = "19.03"; # The version of NixOS originally installed
|
system.stateVersion = "19.03"; # The version of NixOS originally installed
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue