From 8c9b14c785a2a5fcdfff18c0b485f69ea86c793d Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 10 Dec 2023 12:35:32 -0700 Subject: [PATCH] Disable phobos for the time-being. --- .sops.yaml | 6 ------ README.md | 4 +--- flake.lock | 2 +- hive/phobos/flake.nix | 2 +- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.sops.yaml b/.sops.yaml index dbc635d..24abd47 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -1,12 +1,6 @@ keys: - &admin_jrpotter age1huyyxsy4g0e5svmcejxvvdjnnk6qkulgd3qfpue59exnfrnqzudspxnn62 - - &server_phobos age1lmx6334s0y2ecfpve00vcjemyechycda2g8c5nnpzs5py2qay9pqx8m3vs creation_rules: - - path_regex: phobos/[^/]+\.(yaml|json|env|ini|enc)$ - key_groups: - - age: - - *admin_jrpotter - - *server_phobos - path_regex: .* key_groups: - age: diff --git a/README.md b/README.md index bc16e31..95d987f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The collection of publically visible nixos-configuration files used for all of my NixOS machines. Deployment (both local and remote) is managed using [colmena](https://github.com/zhaofengli/colmena). All machines can be found in -the `hive/flake.nix` file. +the `flake.nix` file. ## Local Machines @@ -13,7 +13,6 @@ defines a [home-manager](https://nix-community.github.io/home-manager/) configuration for a single user called `jrpotter`. We can apply a `nixos-rebuild switch` by running: ```bash -$ cd hive $ nix flake update # If any changes were made to local machines. $ colmena apply-local [--sudo] ``` @@ -81,7 +80,6 @@ $ ssh-add ~/.ssh/id_ed25519 ``` Afterward you can run the following: ```bash -$ cd hive $ nix flake update # If any changes were made to remote machines. $ colmena apply ``` diff --git a/flake.lock b/flake.lock index 91f36ce..3023dca 100644 --- a/flake.lock +++ b/flake.lock @@ -481,7 +481,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-uviT1vNgSZnpddGqgHZUwKDPl/VYRz92X7hnw72yiTY=", + "narHash": "sha256-z3aSggYEk2UIsG7BMKX4qZXmwT9AiQFUqTNz6OoxUMU=", "path": "./hive/phobos", "type": "path" }, diff --git a/hive/phobos/flake.nix b/hive/phobos/flake.nix index 95e36e0..2c0cf53 100644 --- a/hive/phobos/flake.nix +++ b/hive/phobos/flake.nix @@ -18,7 +18,7 @@ sops-nix.nixosModules.sops ]; - deployment.targetHost = "164.92.107.155"; + deployment.targetHost = null; networking = { hostName = "phobos";