Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan McCarty 18bbd5fa50
Add intel config on perception 2023-04-08 23:57:42 -04:00
Nathan McCarty 9ecae00f76
Update perception tailscale ip 2023-04-08 23:50:33 -04:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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" = {