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



               
       




                    
             
    
             
                         



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

    ../../sys
  ];
  soispha = {
    locale.enable = true;
    users = {
      hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0";
    };
  };

  system.stateVersion = "23.05";
}