Compare commits

..

No commits in common. "51f96a1158e6bd56f95db2cc4f9e176c91fddd2a" and "ad155e63cea5248802a6b19f5699c2e10524c759" have entirely different histories.

2 changed files with 3 additions and 14 deletions

View File

@ -56,14 +56,8 @@
"127.0.0.1" = [
"tbmrs.nl"
"auth.tbmrs.nl"
"git.tbmrs.nl"
"photos.tbmrs.nl"
"home.tbmrs.nl"
"uptime.tbmrs.nl"
"share.tbmrs.nl"
"vault.local.tbmrs.nl"
"paperless.local.tbmrs.nl"
"monitor.local.tbmrs.nl"
"forgejo.tbmrs.nl"
"immich.tbmrs.nl"
];
};

View File

@ -1,4 +1,4 @@
{ pkgs, lib, inputs, ... }:
{ pkgs, ... }:
{
imports = [
@ -60,7 +60,6 @@
unstable.hoppscotch
unstable.apostrophe
unstable.surfer # waveform viewer
unstable.drawio
# Office
libreoffice
@ -79,10 +78,6 @@
(import ../../modules/scripts/save_image.nix { inherit pkgs; })
];
programs.vscode = {
enable = true;
};
# Enable home-manager
programs.home-manager.enable = true;