diff options
Diffstat (limited to 'home/root/fangorn.nix')
-rw-r--r-- | home/root/fangorn.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/root/fangorn.nix b/home/root/fangorn.nix new file mode 100644 index 0000000..72dbda0 --- /dev/null +++ b/home/root/fangorn.nix @@ -0,0 +1,10 @@ +{ inputs, lib, pkgs, config, outputs, ... }: +{ + imports = [ + common/core + ]; + + nix.extraOptions = '' + !include /run/secrets/nix-access-token-github + ''; +} |