Compare commits

...

3 commits

Author SHA1 Message Date
Ingolf Wagner 12f231ca27
some stuff 2024-01-05 10:41:16 +01:00
Ingolf Wagner 87abfdf1f6
nextcloud27 -> nextcloud28 2024-01-05 10:41:03 +01:00
Ingolf Wagner 5b3af81398
update 2024-01-05 10:40:18 +01:00
5 changed files with 22 additions and 18 deletions

View file

@ -156,11 +156,11 @@
]
},
"locked": {
"lastModified": 1704072400,
"narHash": "sha256-Es4zcFoCJ+Pa9TN46VoqgNlYznuhc6s50LRcDqQEATs=",
"lastModified": 1704318910,
"narHash": "sha256-wOIJwAsnZhM0NlFRwYJRgO4Lldh8j9viyzwQXtrbNtM=",
"owner": "nix-community",
"repo": "disko",
"rev": "59f915b45a38cb0ec0e97a713237877a06b43386",
"rev": "aef9a509db64a081186af2dc185654d78dc8e344",
"type": "github"
},
"original": {
@ -783,11 +783,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1704124233,
"narHash": "sha256-lBHs/yUtkcGgapHRS31oOb5NqvnVrikvktGOW8rK+sE=",
"lastModified": 1704266875,
"narHash": "sha256-luA5SGmeIRZlgLfSLUuR3eacS63q2bJ0Yywqak5lj3E=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "f752581d6723a10da7dfe843e917a3b5e4d8115a",
"rev": "8e34f33464d77bea2d5cf7dc1066647b1ad2b324",
"type": "github"
},
"original": {
@ -915,11 +915,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1703961334,
"narHash": "sha256-M1mV/Cq+pgjk0rt6VxoyyD+O8cOUiai8t9Q6Yyq4noY=",
"lastModified": 1704194953,
"narHash": "sha256-RtDKd8Mynhe5CFnVT8s0/0yqtWFMM9LmCzXv/YKxnq4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b0d36bd0a420ecee3bc916c91886caca87c894e9",
"rev": "bd645e8668ec6612439a9ee7e71f7eac4099d4f6",
"type": "github"
},
"original": {
@ -962,11 +962,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1703992652,
"narHash": "sha256-C0o8AUyu8xYgJ36kOxJfXIroy9if/G6aJbNOpA5W0+M=",
"lastModified": 1704295289,
"narHash": "sha256-9WZDRfpMqCYL6g/HNWVvXF0hxdaAgwgIGeLYiOhmes8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "32f63574c85fbc80e4ba1fbb932cde9619bad25e",
"rev": "b0b2c5445c64191fd8d0b31f2b1a34e45a64547d",
"type": "github"
},
"original": {
@ -1399,11 +1399,11 @@
]
},
"locked": {
"lastModified": 1703880383,
"narHash": "sha256-YAIbWRAKOCaWDQ4A29xXr79VTuAk9lPJSPYhMBk/VjU=",
"lastModified": 1704308480,
"narHash": "sha256-88ICCdJyYYtsolRnPhI9IF+bhUIVUyhJ7nrKcKPgf6M=",
"owner": "danth",
"repo": "stylix",
"rev": "5a7f3f15ccc2a272e5873bb44fe378ab5d99e0ff",
"rev": "9bc1900b6888efdda39c2e02c7c8666911b72608",
"type": "github"
},
"original": {

View file

@ -1,4 +1,7 @@
{
imports = [ ../common ];
imports = [
../common
../palo/doom-emacs.nix
];
gui.enable = false;
}

View file

@ -240,7 +240,7 @@ in
# nextcloud setup
services.nextcloud = {
enable = true;
package = pkgs.nextcloud27;
package = pkgs.nextcloud28;
autoUpdateApps.enable = true;
# nginx.enable = true;
# enableBrokenCiphersForSSE = false; # see https://github.com/NixOS/nixpkgs/pull/198470

View file

@ -38,6 +38,7 @@ in
"lassul.us"
"thalheim.io"
"nixos.org"
"chaospott.de"
];
metrics.enabled = false;
};

View file

@ -54,7 +54,7 @@ smoke_assert_body "Syncthing admin interface"
smoke_url_ok "http://robi.private:19999/"
smoke_assert_body "netdata dashboard"
smoke_url_ok "https://matrix.terranix.org/#/welcome"
smoke_url_ok "https://element.terranix.org/#/welcome"
smoke_assert_body "Sorry, Element requires JavaScript to be enabled"
smoke_url_ok "https://terranix.org/"