Update to NixOS 24.05
All checks were successful
Check Flake / check-flake (push) Successful in 1m11s

This commit is contained in:
2024-06-01 19:58:52 -06:00
parent fd1ead0b62
commit 588e94dcf4
17 changed files with 63 additions and 109 deletions

View File

@@ -60,11 +60,6 @@
programs.adb.enable = true;
# thunderbolt
users.users.googlebot.packages = with pkgs; [
kdePackages.plasma-thunderbolt
];
services.fwupd.enable = true;
# fingerprint reader has initially shown to be more of a nuisance than a help

View File

@@ -9,7 +9,6 @@
systemRoles = [
"server"
"nix-builder"
"gitea-actions-runner"
];
hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBlgRPpuUkZqe8/lHugRPm/m2vcN9psYhh5tENHZt9I2";

View File

@@ -146,7 +146,8 @@ in
};
};
services.oauth2_proxy =
# TODO need services.oauth2-proxy.cookie.domain ?
services.oauth2-proxy =
let
nextcloudServer = "https://neet.cloud/";
in
@@ -155,9 +156,10 @@ in
httpAddress = "http://0.0.0.0:4180";
nginx.virtualHosts = [
frigateHostname
];
nginx.domain = frigateHostname;
# nginx.virtualHosts = [
# frigateHostname
# ];
email.domains = [ "*" ];

View File

@@ -63,7 +63,7 @@
};
# Login into X11 plasma so barrier works well
services.xserver.displayManager.defaultSession = "plasma";
services.displayManager.defaultSession = "plasma";
users.users.cris = {
isNormalUser = true;
@@ -83,7 +83,7 @@
};
# Auto login into Plasma in john zoidberg account
services.xserver.displayManager.sddm.settings = {
services.displayManager.sddm.settings = {
Autologin = {
Session = "plasma";
User = "john";