From 2343104396e086bd763d994c2372dbfa03ccb85f Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 20 Jan 2023 18:45:09 +0100 Subject: Structure: Move configuration.nix into host specific file This ensures that nixos-rebuild uses flakes and will probably have advantages in case I'll ever want to deploy multiple machines using this config. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 16f49fb..37a7906 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ }: { nixosConfigurations.thinklappi = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - modules = [./configuration.nix]; + modules = [./sysconf/thinklappi.nix]; }; }; } -- cgit 1.4.1