mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
helix: use nixd
This commit is contained in:
parent
4bd1ec53af
commit
cb216d39f1
10 changed files with 27 additions and 23 deletions
|
@ -1,7 +1,8 @@
|
|||
lib: lib.nixosSystem' ({ config, keys, lib, ... }: let
|
||||
inherit (lib) collectNix remove;
|
||||
in {
|
||||
imports = collectNix ./. |> remove ./default.nix;
|
||||
imports = collectNix ./.
|
||||
|> remove ./default.nix;
|
||||
|
||||
secrets.id.file = ./id.age;
|
||||
services.openssh.hostKeys = [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue