machines/petra: chocolate laptop pc

This commit is contained in:
2026-01-22 15:35:36 +07:00
parent cfc967fac9
commit e50009e326
30 changed files with 3796 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{ self, ... }:
{
imports = [
self.nixosModules.common
];
nixpkgs.hostPlatform = {
system = "x86_64-linux";
};
system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ];
}