trying stuff

This commit is contained in:
max_ag 2025-09-21 20:23:39 +02:00
parent f2c1ba3ba8
commit deece9317b
3 changed files with 16 additions and 5 deletions

View file

@ -27,7 +27,7 @@
outputs = {nixpkgs, ...} @ inputs: {
nixosConfigurations = {
max-laptop = {
max-laptop = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs;