blob: 137e9b68e6ee7c067c72e4f114befdf19e1b7312 (
plain) (
tree)
|
|
# vim: ts=2
{
config,
lib,
nixpkgs,
home-manager,
...
}: {
imports = [
./hardware
./networking.nix
../../system
];
soispha = {
users = {
hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; # TODO change this to a unique one
};
};
system.stateVersion = "23.05";
}
|