mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
unused code
This commit is contained in:
@@ -6,13 +6,6 @@
|
||||
xlib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
previous = import inputs.nixpkgs-master {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfreePredicate = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
services = {
|
||||
nextcloud-whiteboard-server = {
|
||||
@@ -96,7 +89,7 @@ in
|
||||
extraAppsEnable = true;
|
||||
appstoreEnable = false;
|
||||
notify_push = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
bendDomainToLocalhost = true;
|
||||
nextcloudUrl = "https://nextcloud.home.arpa";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user