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