mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
So long actual
This commit is contained in:
parent
18902feee0
commit
f25e56116e
1 changed files with 0 additions and 17 deletions
17
flake.nix
17
flake.nix
|
|
@ -87,23 +87,6 @@
|
|||
sops.defaultSopsFile = ./secrets.json;
|
||||
sops.defaultSopsFormat = "json";
|
||||
};
|
||||
|
||||
actual = self.nixos-flake.lib.mkLinuxSystem {
|
||||
imports = [
|
||||
self.nixosModules.default # Defined in nixos/default.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
./systems/hetzner/ex101.nix
|
||||
./nixos/server/harden.nix
|
||||
./nixos/docker.nix
|
||||
./nixos/lxd.nix
|
||||
./nixos/jenkins.nix
|
||||
./nixos/github-runner.nix
|
||||
(import ./nixos/cache-server.nix { domain = "cache.srid.ca"; })
|
||||
];
|
||||
services.tailscale.enable = true;
|
||||
sops.defaultSopsFile = ./secrets.json;
|
||||
sops.defaultSopsFormat = "json";
|
||||
};
|
||||
};
|
||||
|
||||
# Configurations for my (only) macOS machine (using nix-darwin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue