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