This website requires JavaScript.
Explore
Help
Sign in
qo.is
/
infrastructure
Watch
1
Star
0
Fork
You've already forked infrastructure
0
Code
Issues
9
Pull requests
1
Projects
Releases
Packages
Activity
Actions
df41008026
infrastructure
/
nixos-configurations
/
lindberg-nextcloud
/
applications
/
default.nix
8 lines
106 B
Nix
Raw
Normal View
History
Unescape
Escape
Commit files for public release
2024-10-02 15:52:04 +02:00
{
config
,
pkgs
,
.
.
.
}:
{
imports
=
[
./cloud.nix
]
;
Require postgres version to be configured manually
2024-12-06 13:26:21 +01:00
qois
.
postgresql
.
package
=
pkgs
.
postgresql_14
;
Commit files for public release
2024-10-02 15:52:04 +02:00
}
Reference in a new issue
Copy permalink