diff options
author | Emile <git@emile.space> | 2025-01-28 00:38:45 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-01-28 00:38:45 +0100 |
commit | fde8ebc603de478a97d9fc2ff354ecdc275a5638 (patch) | |
tree | f2eae665b1ad3945cfacff20f22394a1704f4412 | |
parent | 1556d9ed0efed4941e4bfa02a488f4fb8b1b9fa1 (diff) |
flake: formatting
-rw-r--r-- | flake.nix | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/flake.nix b/flake.nix index 04e905a..859662a 100644 --- a/flake.nix +++ b/flake.nix @@ -17,28 +17,27 @@ naersk.url = "git+https://github.com/nix-community/naersk"; naersk.inputs.nixpkgs.follows = "nixpkgs"; - # hefe-internal.url = "git+ssh://gitea@git.emile.space/hanemile/hefe-internal.git?ref=main"; # nix registry add flake:mylocalrepo git+file:///path/to/local/repo # nix registry list # hefe-internal.url = "flake:mylocalrepo"; - # hefe-internal.url = "git+file:///Users/emile/hefe-internal"; - hefe-internal.url = "git+ssh://git@git.emile.space/hefe-internal"; + hefe-internal.url = "git+file:///Users/emile/hefe-internal"; + # hefe-internal.url = "git+ssh://git@git.emile.space/hefe-internal"; }; outputs = { self, - nixpkgs, # packages + nixpkgs, # packages nixpkgs-unstable, # unstable branch # nixpkgs-master, # master branch - darwin, # darwin related stuff - deploy-rs, # deploy the hosts - agenix, # store secrets crypted using age - home-manager, # manage my home envs - naersk, # build rust stuff - # hefe-internal, # internal tooling + darwin, # darwin related stuff + deploy-rs, # deploy the hosts + agenix, # store secrets crypted using age + home-manager, # manage my home envs + naersk, # build rust stuff + hefe-internal, # internal tooling ... }@inputs: let @@ -58,10 +57,11 @@ }; corrino = { system = "x86_64-linux"; - ip = "corrino"; + ip = "corrino"; # resolv whatever is reacable, tailscale, ssh config, ... description = "Hetzner AX41 dual 512GB NVME"; - # modules = [ hefe-internal.nixosModules.corrino ]; - # unstable = true; + modules = [ + hefe-internal.nixosModules.corrino + ]; }; chusuk = { # ip = "chusuk.pinto-pike.ts.net"; |