machines/petra: chocolate laptop pc
This commit is contained in:
12
machines/petra/configuration.nix
Normal file
12
machines/petra/configuration.nix
Normal 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" ];
|
||||
}
|
||||
Reference in New Issue
Block a user