optimized both flake.nix

This commit is contained in:
2026-03-25 12:01:26 -05:00
parent 281d2a8523
commit 634e92b4a7
2 changed files with 44 additions and 37 deletions

View File

@@ -10,11 +10,11 @@
outputs = { self, Sovran_Systems, ... }@inputs: {
nixosConfigurations."nixos" = Sovran_Systems.inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
{ nixpkgs.hostPlatform = "x86_64-linux"; }
./hardware-configuration.nix
./custom.nix
@@ -27,4 +27,4 @@
};
}
}