about summary refs log blame commit diff stats
path: root/hosts/mammun/configuration.nix
blob: 0252e8e8204b9bafde47db4c9c38ed09784037bb (plain) (tree)
1
2
3
4
5
6
7




               
       





                    
    




                                                                                                   
                                
# vim: ts=2
{
  config,
  lib,
  nixpkgs,
  home-manager,
  pkgs,
  ...
}: {
  imports = [
    ./hardware
    ./networking.nix

    ../../system
  ];
  soispha = {
    users = {
      hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0";
    };
  };

  system.stateVersion = "23.05";
}