Disable phobos for the time-being.

main
Joshua Potter 2023-12-10 12:35:32 -07:00
parent ed16555818
commit 8c9b14c785
4 changed files with 3 additions and 11 deletions

View File

@ -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:

View File

@ -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
```

View File

@ -481,7 +481,7 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-uviT1vNgSZnpddGqgHZUwKDPl/VYRz92X7hnw72yiTY=",
"narHash": "sha256-z3aSggYEk2UIsG7BMKX4qZXmwT9AiQFUqTNz6OoxUMU=",
"path": "./hive/phobos",
"type": "path"
},

View File

@ -18,7 +18,7 @@
sops-nix.nixosModules.sops
];
deployment.targetHost = "164.92.107.155";
deployment.targetHost = null;
networking = {
hostName = "phobos";