diff --git a/flake.nix b/flake.nix index 9ade5c8..4f158a8 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ nixpkgs.config.allowUnfree = true; nixosConfigurations = { - laptop = mkSystem { + vlaptop = mkSystem { hostname = "nixos"; modules = [./hosts/laptop]; user-configs = [{ @@ -28,7 +28,7 @@ config = ./home/vali/laptop.nix; }]; }; - xfce = mkSystem { + vdesktop = mkSystem { hostname = "nixos"; modules = [ ./hosts/xfce ]; user-configs = [{