Compare commits
2 Commits
092fae92b0
...
18bbd5fa50
Author | SHA1 | Date |
---|---|---|
Nathan McCarty | 18bbd5fa50 | |
Nathan McCarty | 9ecae00f76 |
|
@ -177,7 +177,7 @@ with lib; {
|
||||||
"perception" = {
|
"perception" = {
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
user = "nathan";
|
user = "nathan";
|
||||||
hostname = "100.67.146.101";
|
hostname = "100.121.150.78";
|
||||||
};
|
};
|
||||||
"oracles" = {
|
"oracles" = {
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
{ config, lib, pkgs, inputs, ... }:
|
{ config, lib, pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# Setup hardware
|
||||||
|
imports = [ inputs.nixos-hardware.nixosModules.common-cpu-intel ];
|
||||||
# Sops setup for this machine
|
# Sops setup for this machine
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
"borg-ssh-key" = {
|
"borg-ssh-key" = {
|
||||||
|
|
Loading…
Reference in New Issue