From 672d58576c4640ee07062ac7e1db1365acdd035c Mon Sep 17 00:00:00 2001 From: Matthew Bessette Date: Sun, 5 Apr 2026 00:28:24 -0400 Subject: [PATCH] update flake --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7010c6d..4697fa1 100644 --- a/flake.nix +++ b/flake.nix @@ -63,9 +63,7 @@ specialArgs = { inherit system; inherit inputs; }; modules = [ - nixos-hardware.nixosModules.framework-11th-gen-intel - ./_hosts/caesium/configuration.nix - ./nixos-modules + ./caesium.nixos.nix ]; };