Commit 2769f2611be0
Changed files (1)
systems
hosts
systems/hosts/deploy.nix
@@ -1,16 +0,0 @@
-inputs:
-
-{
- nodes = with inputs.deploy-rs-lib.x86_64-linux; {
- aomi = { };
- sakhalin = { };
- shikoku = {
- hostname = "shikoku.home";
- profiles.system = {
- user = "root";
- path = activate.nixos inputs.self.nixosConfigurations.shikoku;
- };
- };
- wakasu = { };
- };
-}