Disable phobos for the time-being.
parent
ed16555818
commit
8c9b14c785
|
@ -1,12 +1,6 @@
|
||||||
keys:
|
keys:
|
||||||
- &admin_jrpotter age1huyyxsy4g0e5svmcejxvvdjnnk6qkulgd3qfpue59exnfrnqzudspxnn62
|
- &admin_jrpotter age1huyyxsy4g0e5svmcejxvvdjnnk6qkulgd3qfpue59exnfrnqzudspxnn62
|
||||||
- &server_phobos age1lmx6334s0y2ecfpve00vcjemyechycda2g8c5nnpzs5py2qay9pqx8m3vs
|
|
||||||
creation_rules:
|
creation_rules:
|
||||||
- path_regex: phobos/[^/]+\.(yaml|json|env|ini|enc)$
|
|
||||||
key_groups:
|
|
||||||
- age:
|
|
||||||
- *admin_jrpotter
|
|
||||||
- *server_phobos
|
|
||||||
- path_regex: .*
|
- path_regex: .*
|
||||||
key_groups:
|
key_groups:
|
||||||
- age:
|
- age:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
The collection of publically visible nixos-configuration files used for all of
|
The collection of publically visible nixos-configuration files used for all of
|
||||||
my NixOS machines. Deployment (both local and remote) is managed using
|
my NixOS machines. Deployment (both local and remote) is managed using
|
||||||
[colmena](https://github.com/zhaofengli/colmena). All machines can be found in
|
[colmena](https://github.com/zhaofengli/colmena). All machines can be found in
|
||||||
the `hive/flake.nix` file.
|
the `flake.nix` file.
|
||||||
|
|
||||||
## Local Machines
|
## 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
|
configuration for a single user called `jrpotter`. We can apply a
|
||||||
`nixos-rebuild switch` by running:
|
`nixos-rebuild switch` by running:
|
||||||
```bash
|
```bash
|
||||||
$ cd hive
|
|
||||||
$ nix flake update # If any changes were made to local machines.
|
$ nix flake update # If any changes were made to local machines.
|
||||||
$ colmena apply-local [--sudo]
|
$ colmena apply-local [--sudo]
|
||||||
```
|
```
|
||||||
|
@ -81,7 +80,6 @@ $ ssh-add ~/.ssh/id_ed25519
|
||||||
```
|
```
|
||||||
Afterward you can run the following:
|
Afterward you can run the following:
|
||||||
```bash
|
```bash
|
||||||
$ cd hive
|
|
||||||
$ nix flake update # If any changes were made to remote machines.
|
$ nix flake update # If any changes were made to remote machines.
|
||||||
$ colmena apply
|
$ colmena apply
|
||||||
```
|
```
|
||||||
|
|
|
@ -481,7 +481,7 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-uviT1vNgSZnpddGqgHZUwKDPl/VYRz92X7hnw72yiTY=",
|
"narHash": "sha256-z3aSggYEk2UIsG7BMKX4qZXmwT9AiQFUqTNz6OoxUMU=",
|
||||||
"path": "./hive/phobos",
|
"path": "./hive/phobos",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.targetHost = "164.92.107.155";
|
deployment.targetHost = null;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "phobos";
|
hostName = "phobos";
|
||||||
|
|
Loading…
Reference in New Issue