This commit is contained in:
parent
49729903cd
commit
17be52b377
15 changed files with 136 additions and 107 deletions
|
|
@ -1,5 +1,29 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."nixosConfigurations/home02" = {
|
||||
imports = with inputs.self.modules.nixos; [
|
||||
inputs.agenix.nixosModules.default
|
||||
|
||||
nginx-ponthir-taekwondo
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
warn-dirty = false;
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
cloudflare.file = ../../../../secrets/cloudflare.age;
|
||||
cloudflared.file = ../../../../secrets/cloudflared-credentials2.age;
|
||||
};
|
||||
|
||||
networking.hostName = "home02";
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
flake.modules.nixos."nixosConfigurations/home02".services.nginx = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue