aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 = [