diff --git a/configuration.nix b/configuration.nix index b3a81b8..5a5e42f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -108,7 +108,7 @@ home = "/home/sondell"; isNormalUser = true; description = "sondell"; - extraGroups = ["networkmanager" "wheel" "backup" "opendkim" ]; + extraGroups = ["networkmanager" "wheel" "backup" "opendkim"]; packages = with pkgs; [ firefox # thunderbird @@ -116,7 +116,6 @@ }; # users.groups."backup".gid = 1337; - users.users.root = { isNormalUser = false; openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMYGJCpFIiWqzy8YbfWh7+i52XVwyhUu+P0rUglVR5uV gws@nixos"]; @@ -128,8 +127,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget + # local-ai does not build alejandra restic htop @@ -151,7 +149,7 @@ enable = true; shellInit = "starship init fish | source"; }; - starship = { + starship = { enable = true; settings = { shell = { @@ -160,7 +158,7 @@ bash_indicator = "BASH"; }; }; - }; + }; }; # Some programs need SUID wrappers, can be configured further or are diff --git a/nextcloud.nix b/nextcloud.nix index bfbc4c4..ae3c3d2 100644 --- a/nextcloud.nix +++ b/nextcloud.nix @@ -101,7 +101,7 @@ in { extraApps = with config.services.nextcloud.package.packages.apps; { # List of apps we want to install and are already packaged in # https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json - inherit mail calendar contacts notes onlyoffice cookbook spreed memories previewgenerator; + inherit mail calendar contacts notes onlyoffice cookbook spreed memories previewgenerator integration_openai; }; config = { overwriteProtocol = "https";