Changes
3 changed files (+13/-6)
-
-
@@ -13,12 +13,8 @@./hardware-configuration.nix ]; nixpkgs = { # For NeoChat ugh config.permittedInsecurePackages = [ "olm-3.2.16" ]; # Overlays! Fixed points! overlays = [ (import ./overlays.nix) ]; }; # Overlays! Fixed points! nixpkgs.overlays = [ (import ./overlays.nix) ]; hardware = { # Auto screen rotation in tablet mode
-
-
-
@@ -232,6 +232,14 @@}; }; # Matrix RSS bot # May need to manually create /var/lib/maubot/plugins # https://nixos.org/manual/nixos/unstable/#module-services-maubot services.maubot = { enable = true; plugins = with config.services.maubot.package.plugins; [ rss ]; }; # Back up /srv using btrfs snapshots and btrbk services.btrbk = { sshAccess = [
-
-
-
@@ -30,6 +30,9 @@}; }; # For NeoChat and maubot ugh nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ]; boot = { # I love systemd initrd.systemd.enable = true;
-