From b458cd0e6b841e6fe5257e851ffe618d10475ba4 Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 16 Sep 2025 13:07:19 +0300 Subject: fix: rename the vps server --- flake.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c6228f5..17f30bf 100644 --- a/flake.nix +++ b/flake.nix @@ -35,9 +35,6 @@ # Styling for (almost) everything stylix.url = "github:danth/stylix"; - # Hardware configs for my laptop - nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - disko = { url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; @@ -72,7 +69,6 @@ , nixpkgs , home-manager , nurpkgs - , nixos-hardware , hyprland , disko , sops-nix @@ -113,7 +109,6 @@ specialArgs = { inherit inputs outputs; }; modules = [ ./nixos/laptop/configuration.nix - nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1 disko.nixosModules.disko ]; }; @@ -134,6 +129,14 @@ ]; }; + ltrr-vpn = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + disko.nixosModules.disko + ./nixos/vpn/configuration.nix + ]; + }; + ltrr-home = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ -- cgit v1.2.3