Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GovanifY
navi
Commits
c32b4176
Verified
Commit
c32b4176
authored
Jul 07, 2021
by
GovanifY
Browse files
profiles/server: make sure xdg is disabled
parent
697b221f
Changes
1
Hide whitespace changes
Inline
Side-by-side
profiles/server.nix
View file @
c32b4176
...
...
@@ -2,7 +2,9 @@
with
lib
;
{
config
=
mkIf
(
config
.
navi
.
profile
.
name
==
"server"
)
{
services
.
postgresql
.
enable
=
true
;
services
.
nginx
.
enable
=
true
;
# the .ssh changes and others could lead to security issues on server for
# apps interacting with it, moreso we do not care about the ux on servers
# and this makes it so our server don't have to compile anything, so rip xdg
navi
.
components
.
xdg
.
enable
=
mkForce
false
;
};
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment