This website requires JavaScript.
Explore
Help
Sign In
vinzenz
/
nixos-configuration
Watch
0
Star
0
Fork
You've already forked nixos-configuration
0
mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced
2025-01-31 07:50:14 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
69026cb461
nixos-configuration
/
helpers
/
default.nix
8 lines
114 B
Nix
Raw
Normal View
History
Unescape
Escape
prepare configuration for server use
2023-09-10 14:12:01 +02:00
{
lib
,
.
.
.
}:
{
mkIfElse
=
p
:
yes
:
no
:
lib
.
mkMerge
[
make home manager optional
2023-09-11 18:46:47 +02:00
(
lib
.
mkIf
p
yes
)
(
lib
.
mkIf
(
!
p
)
no
)
prepare configuration for server use
2023-09-10 14:12:01 +02:00
]
;
}
Reference in a new issue
Copy permalink