This commit is contained in:
Sridhar Ratnakumar 2022-02-04 16:08:29 -05:00
parent 3117cd118b
commit a24292c6ad
3 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@
imports = [
./iohk.nix
./reflex.nix
./platonic.nix
# ./platonic.nix -- don't need ssh cache
./cm-idris2-pkgs.nix
];
}

View file

@ -15,7 +15,7 @@
enable = true;
ignoreIP = [
# quebec
"70.53.187.43"
"70.53.237.50"
];
};
};

View file

@ -50,7 +50,7 @@
./features/takemessh
./features/caches
./features/current-location.nix
./features/passwordstore.nix
#./features/passwordstore.nix
# home-manager configuration
home-manager.nixosModules.home-manager
@ -101,6 +101,8 @@
now = mkComputer
./hosts/hetzner/ax101.nix
[
./features/server/harden.nix
./features/server/devserver.nix
];
};