feat: add nixosConfigurationPath variable

This commit is contained in:
2026-04-21 17:11:15 +02:00
parent 6f363afbc8
commit 8cc4690839
2 changed files with 13 additions and 2 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
{
flake.modules.nixos.nix =
{ inputs, ... }:
{
config,
inputs,
lib,
pkgs,
...
}:
{
nixpkgs.config.allowUnfree = true;