mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-28 20:17:12 +08:00
Trim down flake.nix
This commit is contained in:
parent
cec2eb8c21
commit
4b64dfc9fa
2 changed files with 3 additions and 10 deletions
11
flake.nix
11
flake.nix
|
|
@ -9,14 +9,13 @@
|
|||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
nixos-flake.url = "github:srid/nixos-flake";
|
||||
# nixos-flake.url = "path:/Users/srid/code/nixos-flake";
|
||||
|
||||
jenkins-nix-ci.url = "github:juspay/jenkins-nix-ci";
|
||||
|
||||
# CI server
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
jenkins-nix-ci.url = "github:juspay/jenkins-nix-ci";
|
||||
hci.url = "github:hercules-ci/hercules-ci-agent";
|
||||
nix-serve-ng.url = "github:aristanetworks/nix-serve-ng";
|
||||
|
||||
|
|
@ -61,12 +60,6 @@
|
|||
./nixos/server/harden.nix
|
||||
./nixos/docker.nix
|
||||
./nixos/jenkins.nix
|
||||
# ./nixos/hercules.nix
|
||||
# I host a Nix cache
|
||||
# (import ./nixos/cache-server.nix {
|
||||
# keyName = "cache-priv-key";
|
||||
# domain = "cache.srid.ca";
|
||||
# })
|
||||
];
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ keyName, domain }:
|
||||
{ domain }:
|
||||
|
||||
{ pkgs, lib, config, flake, ... }:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue