aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorspl3g <speefer6@yandex.ru>2025-09-16 13:07:19 +0300
committerspl3g <speefer6@yandex.ru>2025-09-16 13:07:19 +0300
commitb458cd0e6b841e6fe5257e851ffe618d10475ba4 (patch)
tree85eeb24feafa2d7c9af33ae5f74ff60cbaf1c434 /flake.nix
parentb9e446478d786b39dd5d56154607bcf9885d41cd (diff)
fix: rename the vps server
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix13
1 files changed, 8 insertions, 5 deletions
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 = [