Compare commits
No commits in common. "18bbd5fa50151c343db0be717d81146249f07915" and "092fae92b0f2977460b28c104f46a07e99d0818a" have entirely different histories.
18bbd5fa50
...
092fae92b0
|
@ -177,7 +177,7 @@ with lib; {
|
||||||
"perception" = {
|
"perception" = {
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
user = "nathan";
|
user = "nathan";
|
||||||
hostname = "100.121.150.78";
|
hostname = "100.67.146.101";
|
||||||
};
|
};
|
||||||
"oracles" = {
|
"oracles" = {
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ 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