mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Upgrade to nixos 25.05
This commit is contained in:
parent
fce4ee95d7
commit
67b18d9c1d
16 changed files with 45 additions and 82 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs-unstable,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
|
@ -9,9 +7,6 @@ let
|
|||
cfg = config.myConfig.actualbudget;
|
||||
in
|
||||
{
|
||||
disabledModules = [ "services/web-apps/actual.nix" ];
|
||||
imports = [ "${inputs.nixpkgs-unstable}/nixos/modules/services/web-apps/actual.nix" ];
|
||||
|
||||
options.myConfig.actualbudget = {
|
||||
enable = lib.mkEnableOption "";
|
||||
subdomain = lib.mkOption {
|
||||
|
|
@ -33,7 +28,6 @@ in
|
|||
|
||||
services.actual = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.actual-server;
|
||||
|
||||
settings = {
|
||||
hostname = "localhost";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue