blob: 85ff9a0e46dd649fdc8afd4480cf165c04968d3d (
plain) (
tree)
|
|
{
config,
lib,
nixpkgs,
home-manager,
...
}: {
imports = [
./hardware
./networking.nix
../../system
];
soispha = {
locale.enable = true;
users = {
# enable = true;
hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6";
};
};
system.stateVersion = "23.05";
}
|