mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 09:17:23 +08:00
prep
This commit is contained in:
parent
3117cd118b
commit
a24292c6ad
3 changed files with 5 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
imports = [
|
||||
./iohk.nix
|
||||
./reflex.nix
|
||||
./platonic.nix
|
||||
# ./platonic.nix -- don't need ssh cache
|
||||
./cm-idris2-pkgs.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
enable = true;
|
||||
ignoreIP = [
|
||||
# quebec
|
||||
"70.53.187.43"
|
||||
"70.53.237.50"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue