This commit is contained in:
Tristan D. 2023-11-02 23:20:25 +01:00 committed by tristan
parent 7400c04923
commit b3581aa92a
2 changed files with 2 additions and 1 deletions

View file

@ -123,6 +123,7 @@
};
diskoConfigurations = {
nixos-pulse = import ./systems/nixos-pulse/disko.nix;
nixos-desk = import ./systems/nixos-desk/disko.nix;
};
homeConfigurations = {
"tester@tristan-desk-arch" = home-manager.lib.homeManagerConfiguration {

View file

@ -41,7 +41,7 @@
services.xserver.videoDrivers = [ "amdgpu" ];
networking = {
hostName = "nixos-pulse";
hostName = "nixos-desk";
useDHCP = lib.mkDefault true;
};
systemd.tmpfiles.rules = [