diff --git a/flake.lock b/flake.lock index 3a7bbb4..a99cdaf 100644 --- a/flake.lock +++ b/flake.lock @@ -453,8 +453,7 @@ "nixos-generators": "nixos-generators", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_2", - "srvos": "srvos", - "vicinae": "vicinae" + "srvos": "srvos" } }, "sops-nix": { @@ -528,21 +527,6 @@ "type": "github" } }, - "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "treefmt-nix": { "inputs": { "nixpkgs": [ @@ -584,27 +568,6 @@ "repo": "treefmt-nix", "type": "github" } - }, - "vicinae": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "systems": "systems_3" - }, - "locked": { - "lastModified": 1765272078, - "narHash": "sha256-etv2HJA9OWvTkjnrjaNSqvebu9gWLIGPYb9PWr4qkfM=", - "owner": "vicinaehq", - "repo": "vicinae", - "rev": "32cf6b1f82e007cddba9c9ae037eff670219cd55", - "type": "github" - }, - "original": { - "owner": "vicinaehq", - "repo": "vicinae", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 39dad27..ef5ce16 100644 --- a/flake.nix +++ b/flake.nix @@ -58,9 +58,6 @@ srvos.url = "github:nix-community/srvos"; srvos.inputs.nixpkgs.follows = "nixpkgs"; - vicinae.url = "github:vicinaehq/vicinae"; - vicinae.inputs.nixpkgs.follows = "nixpkgs"; - buildbot-nix.url = "github:nix-community/buildbot-nix"; buildbot-nix.inputs.nixpkgs.follows = "nixpkgs"; diff --git a/home-manager/desktop/vicinae.nix b/home-manager/desktop/vicinae.nix index f59e0cd..ecb446a 100644 --- a/home-manager/desktop/vicinae.nix +++ b/home-manager/desktop/vicinae.nix @@ -1,19 +1,13 @@ { config, - inputs, - pkgs, lib, ... }: { - imports = [ - inputs.vicinae.homeManagerModules.default - ]; - - services.vicinae = { + programs.vicinae = { enable = true; - autoStart = true; - package = pkgs.vicinae; + systemd.enable = true; + systemd.autoStart = true; }; xdg.configFile."vicinae/vicinae.json".source =