Make it an purely imported configuration #15

Merged
Peritia-System merged 8 commits from Beta-import into Dev 2025-08-15 12:34:32 +02:00
Showing only changes of commit 0a7f9ebc57 - Show all commits

View file

@ -6,7 +6,7 @@
}; };
outputs = { self, nixpkgs, ... }: { outputs = { self, nixpkgs, ... }: {
nixosModules.nixos95 = import ./nixos95; nixosModules.default = import ./nixos95;
}; };
} }