mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
embed etc-nixos
This commit is contained in:
parent
b9dad899de
commit
049ecd3e32
|
@ -29,7 +29,11 @@
|
|||
specialArgs = { inherit system userdata; };
|
||||
modules = [
|
||||
# SelfPrivacy overlay
|
||||
{ nixpkgs.overlays = [ selfprivacy-overlay.overlay ]; }
|
||||
{
|
||||
nixpkgs.overlays = [ selfprivacy-overlay.overlay ];
|
||||
environment.etc.selfprivacy-nixos-config-source.source =
|
||||
etc-nixos.outPath;
|
||||
}
|
||||
# machine specifics
|
||||
"${etc-nixos}/hardware-configuration.nix"
|
||||
# main configuration part
|
||||
|
|
Loading…
Reference in a new issue