about summary refs log blame commit diff stats
path: root/hosts/lahmu/default.nix
blob: 94d8b0548ea60a754b4176173fb2abb5478ac7e7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11









                    
             
    
             
                         
             
                      


                                                                                                   
                                
{
  config,
  lib,
  nixpkgs,
  home-manager,
  ...
}: {
  imports = [
    ./hardware
    ./networking.nix

    ../../sys
  ];

  soispha = {
    locale.enable = true;
    users = {
      # enable = true;
      hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6";
    };
  };

  system.stateVersion = "23.05";
}