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

                          
                                
      


                                  
                
                
                                                                
                      
        
                                                
      


                    



                                                                                                   
    
                                
{...}: {
  imports = [
    ./hardware.nix
  ];

  soispha = {
    bluetooth = {enable = true;};
    networking = {
      enable = true;
      hostName = "tiamat";
      mode = "systemd-networkd";
    };
    nixpkgs = {
      enable = true;
      systemName = "x86_64-linux";
    };
    services = {
      backup = {
        backupDiskUuid = "c06ce163-2955-4388-b212-dfec4448fcf4";
        enable = true;
      };
      unison.foreign.address = "apzu.fritz.box";
    };
    locale = {
      enable = true;
      keyMap = "us";
    };
    users = {
      enable = true;
      enableDeprecatedPlugdev = true;
      hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6";
    };
  };

  system.stateVersion = "23.05";
}