This website requires JavaScript.
Explore
Help
Sign In
derped
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Releases
Activity
9116b1886f
nixos
/
pkgsets
/
server.nix
12 lines
120 B
Nix
Raw
Normal View
History
Unescape
Escape
Reworked pkgsets implementation again, still not really what I want yet.
2019-10-23 03:44:17 +02:00
{
Format the entire project.
2023-09-11 20:23:04 +02:00
config
,
pkgs
,
.
.
.
}
:
{
Reworked pkgsets implementation again, still not really what I want yet.
2019-10-23 03:44:17 +02:00
config
.
machine
.
pkgsets
.
server
.
pkgs
=
with
pkgs
;
[
audit
Letsencrypt is now certbot.
2023-06-07 01:04:42 +02:00
certbot
Reworked pkgsets implementation again, still not really what I want yet.
2019-10-23 03:44:17 +02:00
php
]
;
}
Copy permalink